txid property

String get txid

Implementation

String get txid {
  final buffer = bytes;
  final hash = sha256Sha256Hash(buffer);
  return hash.rev.toHex;
}