toHash method

ScriptHash toHash()

Implementation

ScriptHash toHash() {
  return ScriptHash(
      QuickCrypto.blake2b224Hash([language.scriptHashNameSpace, ...bytes]));
}