Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #
VoteDelegationTargetOfDRep DRepHashSource | |
VoteDelegationTargetOfAbstain | |
VoteDelegationTargetOfNoConfidence |
Instances
Show VoteDelegationTarget Source # | |
Defined in Cardano.CLI.Types.Governance | |
Eq VoteDelegationTarget Source # | |
Defined in Cardano.CLI.Types.Governance (==) :: VoteDelegationTarget -> VoteDelegationTarget -> Bool Source # (/=) :: VoteDelegationTarget -> VoteDelegationTarget -> Bool Source # |