withdrawBalance property

  1. @TagNumber(15)
WithdrawBalanceContract get withdrawBalance

Implementation

@$pb.TagNumber(15)
WithdrawBalanceContract get withdrawBalance => $_getN(9);
  1. @TagNumber(15)
set withdrawBalance (WithdrawBalanceContract v)

Implementation

@$pb.TagNumber(15)
set withdrawBalance(WithdrawBalanceContract v) {
  setField(15, v);
}