atlas-cardano-0.9.0: Application backend for Plutus smart contracts on Cardano
Copyright(c) 2025 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellSafe-Inferred
LanguageGHC2021

GeniusYield.Types.Governance

Description

 
Synopsis

Documentation

data GYVote #

Vote on a governance proposal.

Constructors

Yes 
No 
Abstain 

Instances

Instances details
Bounded GYVote # 
Instance details

Defined in GeniusYield.Types.Governance

Enum GYVote # 
Instance details

Defined in GeniusYield.Types.Governance

Show GYVote # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

showsPrecIntGYVoteShowS #

showGYVoteString #

showList ∷ [GYVote] → ShowS #

Eq GYVote # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

(==)GYVoteGYVoteBool #

(/=)GYVoteGYVoteBool #

Ord GYVote # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

compareGYVoteGYVoteOrdering #

(<)GYVoteGYVoteBool #

(<=)GYVoteGYVoteBool #

(>)GYVoteGYVoteBool #

(>=)GYVoteGYVoteBool #

maxGYVoteGYVoteGYVote #

minGYVoteGYVoteGYVote #

data GYVoter #

Voter.

Instances

Instances details
Show GYVoter # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

showsPrecIntGYVoterShowS #

showGYVoterString #

showList ∷ [GYVoter] → ShowS #

Eq GYVoter # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

(==)GYVoterGYVoterBool #

(/=)GYVoterGYVoterBool #

Ord GYVoter # 
Instance details

Defined in GeniusYield.Types.Governance

Methods

compareGYVoterGYVoterOrdering #

(<)GYVoterGYVoterBool #

(<=)GYVoterGYVoterBool #

(>)GYVoterGYVoterBool #

(>=)GYVoterGYVoterBool #

maxGYVoterGYVoterGYVoter #

minGYVoterGYVoterGYVoter #

combineVotingProceduresGYVotingProceduresGYVotingProceduresGYVotingProcedures #

Combine two voting procedures. Here if a voter has voted on the same proposal in both procedures, the vote from the second procedure is taken.

combineTxVotingProceduresGYTxVotingProcedures v → GYTxVotingProcedures v → GYTxVotingProcedures v #

Combine two voting procedures. Here if a voter has voted on the same proposal in both procedures, the vote from the second procedure is taken. Likewise, witness from the second map is taken in case of conflicts.

data GYGovAction #

Constructors

ParameterChange 

Fields

HardForkInitiation 

Fields

TreasuryWithdrawals 

Fields

NoConfidence 

Fields

UpdateCommittee 

Fields

NewConstitution 

Fields

InfoAction