hashHex property
String
get
hashHex
Get the reversed hash as hex which is usual for Sumcoin transactions This provides the witness txid. See legacyHash for the legacy type of hash.
Implementation
String get hashHex => bytesToHex(Uint8List.fromList(hash.reversed.toList()));