| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Type.Governance
Synopsis
- data ConwayVote
- type VoteFile = File ConwayVote
- data VType
- data AnyVotingStakeVerificationKeyOrHashOrFile
- data VoteDelegationTarget
Documentation
data ConwayVote Source #
type VoteFile = File ConwayVote Source #
data AnyVotingStakeVerificationKeyOrHashOrFile Source #
Possible credentials for creating a vote
data VoteDelegationTarget Source #
Constructors
| VoteDelegationTargetOfDRep DRepHashSource | |
| VoteDelegationTargetOfAbstain | |
| VoteDelegationTargetOfNoConfidence |
Instances
| Show VoteDelegationTarget Source # | |
Defined in Cardano.CLI.Type.Governance | |
| Eq VoteDelegationTarget Source # | |
Defined in Cardano.CLI.Type.Governance Methods (==) :: VoteDelegationTarget -> VoteDelegationTarget -> Bool Source # (/=) :: VoteDelegationTarget -> VoteDelegationTarget -> Bool Source # | |