legacyHash property

Uint8List get legacyHash

The serialized tx data without witness data hashed with sha256d

Implementation

Uint8List get legacyHash => _legacyHashCache ??= legacy.hash;