getHash method

Uint8List getHash()

Get Hash

Implementation

Uint8List getHash() {
  return bitcoin.crypto.hash256(toBuffer(true));
}