getHash method

Uint8List getHash()

Implementation

Uint8List getHash() {
  // if (isCoinbase()) return Uint8List.fromList(List.generate(32, (i) => 0));
  return bcrypto.hash256(_toBuffer(null, null, false));
}