VKeyWitness

scalus.cardano.ledger.VKeyWitness
See theVKeyWitness companion class
object VKeyWitness

Attributes

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

Members list

Type members

Classlikes

Pretty prints VKeyWitness showing just the vkey hash

Pretty prints VKeyWitness showing just the vkey hash

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

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

Givens

Givens

given derived$Codec: Codec[VKeyWitness]

Ordering matches Haskell's Ord for WitVKey: compare by vkeyHash first, then signature. Haskell uses hash of signature for tie-breaking, but we use raw signature bytes since signature hash computation is expensive and tie-breaking is rare.

Ordering matches Haskell's Ord for WitVKey: compare by vkeyHash first, then signature. Haskell uses hash of signature for tie-breaking, but we use raw signature bytes since signature hash computation is expensive and tie-breaking is rare.

Attributes

Pretty prints VKeyWitness showing just the vkey hash

Pretty prints VKeyWitness showing just the vkey hash

Attributes