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 value)

Implementation

@$pb.TagNumber(16)
set withdrawNonceAccount(WithdrawNonceAccount value) => $_setField(16, value);