transactionDigest property
The transaction digest.
Implementation
@$pb.TagNumber(7)
$core.String get transactionDigest => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set transactionDigest($core.String value) => $_setString(6, value);
The transaction digest.
@$pb.TagNumber(7)
$core.String get transactionDigest => $_getSZ(6);
@$pb.TagNumber(7)
set transactionDigest($core.String value) => $_setString(6, value);