Constitution

scalus.cardano.ledger.Constitution
case class Constitution(anchor: Anchor, scriptHash: Option[ScriptHash])

Represents a constitution in the Cardano blockchain governance system.

A constitution consists of an anchor (pointing to the constitution text) and an optional script hash for the constitution script.

Value parameters

anchor

The anchor pointing to the constitution text

scriptHash

Optional script hash for the constitution script

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product