mintingAccount property

  1. @TagNumber(1)
AccountIdentifier mintingAccount

Implementation

@$pb.TagNumber(1)
AccountIdentifier get mintingAccount => $_getN(0);
  1. @TagNumber(1)
void mintingAccount=(AccountIdentifier v)

Implementation

@$pb.TagNumber(1)
set mintingAccount(AccountIdentifier v) {
  setField(1, v);
}