HashConstructors

scalus.cardano.ledger.HashConstructors
trait HashConstructors[HashType >: Hash[HashFunction, Purpose], HashFunction, Purpose]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AddrKeyHash
object BlockHash
object DataHash
object Hash28
object Hash32
object MetadataHash
object PoolKeyHash
object ScriptHash
object StakeKeyHash
object VrfKeyHash
Show all

Members list

Type members

Types

type THashFunction = HashFunction
type THashPurpose = Purpose
type THashType = HashType

Value members

Concrete methods

def fromArray(bytes: Array[Byte]): HashType
def fromByteString(bytes: ByteString): HashType
def fromHex(hex: String): HashType