transactionId property
The ID of this transaction. This value is optional and its contents are not included in the signable or identifiable data. Clients which can verify this value should verify this value, but some clients may not be able to or need to, in which case this field acts as a convenience.
Implementation
@$pb.TagNumber(4)
$10.TransactionId get transactionId => $_getN(3);
Implementation
@$pb.TagNumber(4)
set transactionId($10.TransactionId v) { setField(4, v); }