transactionID property
The ID for this transaction, which includes the payer's account (the account paying the transaction fee). If two transactions have the same transactionID, they won't both have an effect
Implementation
@$pb.TagNumber(1)
TransactionID get transactionID => $_getN(0);
Implementation
@$pb.TagNumber(1)
set transactionID(TransactionID v) {
setField(1, v);
}