Hash32

scalus.cardano.ledger.Hash32
See theHash32 companion class
object Hash32

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Hash32.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromHex(hex: String): Hash32

Create a Hash32 from a hex string

Create a Hash32 from a hex string

Attributes

Concrete fields

val nil: Hash32

Create a nil (empty/zero) Hash32 - used for special cases

Create a nil (empty/zero) Hash32 - used for special cases

Attributes

Givens

Givens

given derived$Codec: Codec[Hash32]