authenticator property
/ Public key and signature to authenticate
Implementation
@$pb.TagNumber(2)
TransactionAuthenticator get authenticator => $_getN(1);
Implementation
@$pb.TagNumber(2)
set authenticator(TransactionAuthenticator value) => $_setField(2, value);