ProposalProcedure

scalus.cardano.ledger.ProposalProcedure
case class ProposalProcedure(deposit: Coin, rewardAccount: RewardAccount, govAction: GovAction, anchor: Anchor)

Represents a proposal procedure in the Cardano blockchain governance system.

A proposal procedure consists of a deposit, reward account, governance action, and an anchor with additional metadata.

Value parameters

anchor

The anchor with additional metadata

deposit

The deposit amount for the proposal

govAction

The governance action being proposed

rewardAccount

The reward account for returning the deposit

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