Hash32

scalus.cardano.ledger.Hash32
See theHash32 companion object
final case class Hash32(bytes: ByteString)

Represents a 32-byte hash value used in Cardano

Hash32 is commonly used for transaction IDs, block hashes and other crypto hashes

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product