- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new Voter(kind: VoterKind, credential: Credential): Voter
-
Properties
Private
#private
#private: any
Methods
equals
- equals(other: Voter): boolean
-
Returns boolean
kind
- kind(): VoterKind
-
toCbor
- toCbor(): HexBlob
-
toConstitutionalCommitteeHotCred
- toConstitutionalCommitteeHotCred(): undefined | Credential
-
toCore
- toCore(): Voter
-
toDrepCred
- toDrepCred(): undefined | Credential
-
toStakingPoolKeyHash
- toStakingPoolKeyHash(): undefined | Ed25519KeyHashHex
-
Static
fromCbor
- fromCbor(cbor: HexBlob): Voter
-
Static
fromCore
- fromCore(coreVoter: Voter): Voter
-
Static
newConstitutionalCommitteeHotKey
- newConstitutionalCommitteeHotKey(credential: Credential): Voter
-
Static
newDrep
- newDrep(credential: Credential): Voter
-
Static
newStakingPool
- newStakingPool(keyHash: Ed25519KeyHashHex): Voter
-