transactionDigest property

  1. @TagNumber.new(7)
String get transactionDigest

The transaction digest.

Implementation

@$pb.TagNumber(7)
$core.String get transactionDigest => $_getSZ(6);
  1. @TagNumber.new(7)
set transactionDigest (String value)

Implementation

@$pb.TagNumber(7)
set transactionDigest($core.String value) => $_setString(6, value);