VotingProcedure

scalus.cardano.ledger.VotingProcedure
case class VotingProcedure(vote: Vote, anchor: Option[Anchor])

Represents a voting procedure in the Cardano blockchain governance system.

A voting procedure consists of a vote and an optional anchor with additional metadata.

Value parameters

anchor

Optional anchor with additional metadata

vote

The vote (Yes, No, or Abstain)

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