babylonUnbondingSlashingPath property
Spend an Unbonding Output via slashing path. In other words, generate an unsigned Slashing transaction, pre-sign the staker's signature only and share to Babylon PoS chain.
Implementation
@$pb.TagNumber(19)
$1.InputBuilder_UnbondingSlashingPath get babylonUnbondingSlashingPath =>
$_getN(9);
Implementation
@$pb.TagNumber(19)
set babylonUnbondingSlashingPath(
$1.InputBuilder_UnbondingSlashingPath value) =>
$_setField(19, value);