hash property

Uint8List get hash

The serialized tx data hashed with sha256d

Implementation

Uint8List get hash => _hashCache ??= sha256DoubleHash(toBytes());