withdrawTransaction property

  1. @TagNumber.new(8)
WithdrawStake get withdrawTransaction

Implementation

@$pb.TagNumber(8)
WithdrawStake get withdrawTransaction => $_getN(7);
  1. @TagNumber.new(8)
set withdrawTransaction (WithdrawStake v)

Implementation

@$pb.TagNumber(8)
set withdrawTransaction(WithdrawStake v) {
  setField(8, v);
}