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

Implementation

@$pb.TagNumber(2)
set authenticator(TransactionAuthenticator value) => $_setField(2, value);