withdrawNonceAccount property

  1. @TagNumber.new(16)
WithdrawNonceAccount get withdrawNonceAccount

Implementation

@$pb.TagNumber(16)
WithdrawNonceAccount get withdrawNonceAccount => $_getN(15);
  1. @TagNumber.new(16)
set withdrawNonceAccount (WithdrawNonceAccount v)

Implementation

@$pb.TagNumber(16)
set withdrawNonceAccount(WithdrawNonceAccount v) {
  setField(16, v);
}