authenticator property

  1. @TagNumber.new(2)
TransactionAuthenticator get authenticator

/ Public key and signature to authenticate

Implementation

@$pb.TagNumber(2)
TransactionAuthenticator get authenticator => $_getN(1);
  1. @TagNumber.new(2)
set authenticator (TransactionAuthenticator v)

Implementation

@$pb.TagNumber(2)
set authenticator(TransactionAuthenticator v) {
  setField(2, v);
}