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