babylonUnbondingTimelockPath property

  1. @TagNumber(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)
$2.InputBuilder_UnbondingTimelockPath get babylonUnbondingTimelockPath =>
    $_getN(8);
  1. @TagNumber(18)
set babylonUnbondingTimelockPath (InputBuilder_UnbondingTimelockPath v)

Implementation

@$pb.TagNumber(18)
set babylonUnbondingTimelockPath($2.InputBuilder_UnbondingTimelockPath v) {
  setField(18, v);
}