babylonUnbondingTimelockPath property

  1. @TagNumber.new(18)
InputBuilder_UnbondingTimelockPath get babylonUnbondingTimelockPath

Spend an Unbonding Output via timelock path (unbonding time expired). In other words, create a Withdraw transaction spending an Unbonding transaction.

Implementation

@$pb.TagNumber(18)
$1.InputBuilder_UnbondingTimelockPath get babylonUnbondingTimelockPath =>
    $_getN(8);
  1. @TagNumber.new(18)
set babylonUnbondingTimelockPath (InputBuilder_UnbondingTimelockPath value)

Implementation

@$pb.TagNumber(18)
set babylonUnbondingTimelockPath(
        $1.InputBuilder_UnbondingTimelockPath value) =>
    $_setField(18, value);