getHash method

Uint8List getHash ()

Implementation

Uint8List getHash() {
  return bcrypto.hash256(_toBuffer());
}