scalus.cardano.ledger.ScriptHash
See theScriptHash companion object
Represents a script hash in Cardano
To compute a script hash, a tag must be prepended to the script bytes before hashing. The tag is determined by the script language:
- "\x00" for multisig scripts
- "\x01" for Plutus V1 scripts
- "\x02" for Plutus V2 scripts
- "\x03" for Plutus V3 scripts
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article