withdrawAllTransaction property

  1. @TagNumber.new(9)
WithdrawAllStake get withdrawAllTransaction

Implementation

@$pb.TagNumber(9)
WithdrawAllStake get withdrawAllTransaction => $_getN(8);
  1. @TagNumber.new(9)
set withdrawAllTransaction (WithdrawAllStake v)

Implementation

@$pb.TagNumber(9)
set withdrawAllTransaction(WithdrawAllStake v) {
  setField(9, v);
}