txid property

String get txid

Gets the legacy reversed hash as hex without witness data.

Implementation

String get txid
  => bytesToHex(Uint8List.fromList(legacyHash.reversed.toList()));