hash property
Uint8List
get
hash
The serialized tx data hashed with sha256d
Implementation
Uint8List get hash => _hashCache ??= sha256DoubleHash(toBytes());
The serialized tx data hashed with sha256d
Uint8List get hash => _hashCache ??= sha256DoubleHash(toBytes());