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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article