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)
$2.InputBuilder_UnbondingSlashingPath get babylonUnbondingSlashingPath =>
$_getN(9);
Implementation
@$pb.TagNumber(19)
set babylonUnbondingSlashingPath($2.InputBuilder_UnbondingSlashingPath v) {
setField(19, v);
}