withdrawTransaction property
Implementation
@$pb.TagNumber(8)
WithdrawStake get withdrawTransaction => $_getN(7);
Implementation
@$pb.TagNumber(8)
set withdrawTransaction(WithdrawStake v) {
setField(8, v);
}
@$pb.TagNumber(8)
WithdrawStake get withdrawTransaction => $_getN(7);
@$pb.TagNumber(8)
set withdrawTransaction(WithdrawStake v) {
setField(8, v);
}