createNonceAccount property

  1. @TagNumber.new(13)
CreateNonceAccount get createNonceAccount

Implementation

@$pb.TagNumber(13)
CreateNonceAccount get createNonceAccount => $_getN(12);
  1. @TagNumber.new(13)
set createNonceAccount (CreateNonceAccount v)

Implementation

@$pb.TagNumber(13)
set createNonceAccount(CreateNonceAccount v) {
  setField(13, v);
}