babylonUnbondingTimelockPath property
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);Implementation
@$pb.TagNumber(18)
set babylonUnbondingTimelockPath($2.InputBuilder_UnbondingTimelockPath v) {
  setField(18, v);
}