Private
#authPrivate
#drepPrivate
#drepPrivate
#genesisPrivate
#kindPrivate
#movePrivate
#originalPrivate
#poolPrivate
#poolPrivate
#registrationPrivate
#resignPrivate
#stakePrivate
#stakePrivate
#stakePrivate
#stakePrivate
#stakePrivate
#stakePrivate
#unregistrationPrivate
#updatePrivate
#votePrivate
#voteGets a AuthCommitteeHot from a Certificate instance.
a AuthCommitteeHot if the certificate can be down cast, otherwise, undefined.
Gets a GenesisKeyDelegation from a Certificate instance.
a GenesisKeyDelegation if the certificate can be down cast, otherwise, undefined.
Gets a MoveInstantaneousReward from a Certificate instance.
a MoveInstantaneousReward if the certificate can be down cast, otherwise, undefined.
Gets a PoolRegistration from a Certificate instance.
a PoolRegistration if the certificate can be down cast, otherwise, undefined.
Gets a PoolRetirement from a Certificate instance.
a PoolRetirement if the certificate can be down cast, otherwise, undefined.
Gets a RegisterDelegateRepresentative from a Certificate instance.
a RegisterDelegateRepresentative if the certificate can be down cast, otherwise, undefined.
Gets a Registration from a Certificate instance.
a Registration if the certificate can be down cast, otherwise, undefined.
Gets a ResignCommitteeCold from a Certificate instance.
a ResignCommitteeCold if the certificate can be down cast, otherwise, undefined.
Gets a StakeDelegation from a Certificate instance.
a StakeDelegation if the certificate can be down cast, otherwise, undefined.
Gets a StakeDeregistration from a Certificate instance.
a StakeDeregistration if the certificate can be down cast, otherwise, undefined.
Gets a StakeRegistration from a Certificate instance.
a StakeRegistration if the certificate can be down cast, otherwise, undefined.
Gets a StakeRegistrationDelegation from a Certificate instance.
a StakeRegistrationDelegation if the certificate can be down cast, otherwise, undefined.
Gets a StakeVoteDelegation from a Certificate instance.
a StakeVoteDelegation if the certificate can be down cast, otherwise, undefined.
Gets a StakeVoteRegistrationDelegation from a Certificate instance.
a StakeVoteRegistrationDelegation if the certificate can be down cast, otherwise, undefined.
Gets a UnregisterDelegateRepresentative from a Certificate instance.
a UnregisterDelegateRepresentative if the certificate can be down cast, otherwise, undefined.
Gets a Unregistration from a Certificate instance.
a Unregistration if the certificate can be down cast, otherwise, undefined.
Gets a UpdateDelegateRepresentative from a Certificate instance.
a UpdateDelegateRepresentative if the certificate can be down cast, otherwise, undefined.
Gets a VoteDelegation from a Certificate instance.
a VoteDelegation if the certificate can be down cast, otherwise, undefined.
Gets a VoteRegistrationDelegation from a Certificate instance.
a VoteRegistrationDelegation if the certificate can be down cast, otherwise, undefined.
Gets the certificate kind.
The certificate kind.
Creates a Core Certificate object from the current Certificate object.
The Core Certificate object.
Static
fromDeserializes the Certificate from a CBOR byte array.
The new Certificate instance.
The CBOR encoded Certificate object.
Static
fromCreates a Certificate object from the given Core Certificate object.
The core Certificate object.
Static
newGets a Certificate from a AuthCommitteeHot instance.
The AuthCommitteeHot instance to 'cast' to Certificate.
Static
newGets a Certificate from a GenesisKeyDelegation instance.
The GenesisKeyDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a MoveInstantaneousReward instance.
The MoveInstantaneousReward instance to 'cast' to Certificate.
Static
newGets a Certificate from a PoolRegistration instance.
The PoolRegistration instance to 'cast' to Certificate.
Static
newGets a Certificate from a PoolRetirement instance.
The PoolRetirement instance to 'cast' to Certificate.
Static
newGets a Certificate from a RegisterDelegateRepresentative instance.
The RegisterDelegateRepresentative instance to 'cast' to Certificate.
Static
newGets a Certificate from a Registration instance.
The Registration instance to 'cast' to Certificate.
Static
newGets a Certificate from a ResignCommitteeCold instance.
The ResignCommitteeCold instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeDelegation instance.
The StakeDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeDeregistration instance.
The StakeDeregistration instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeRegistration instance.
The StakeRegistration instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeRegistrationDelegation instance.
The StakeRegistrationDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeVoteDelegation instance.
The StakeVoteDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a StakeVoteRegistrationDelegation instance.
The StakeVoteRegistrationDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a UnregisterDelegateRepresentative instance.
The UnregisterDelegateRepresentative instance to 'cast' to Certificate.
Static
newGets a Certificate from a Unregistration instance.
The Unregistration instance to 'cast' to Certificate.
Static
newGets a Certificate from a UpdateDelegateRepresentative instance.
The UpdateDelegateRepresentative instance to 'cast' to Certificate.
Static
newGets a Certificate from a VoteDelegation instance.
The VoteDelegation instance to 'cast' to Certificate.
Static
newGets a Certificate from a VoteRegistrationDelegation instance.
The VoteRegistrationDelegation instance to 'cast' to Certificate.
Generated using TypeDoc
Certificates are a means to encode various essential operations related to stake delegation and stake pool management. Certificates are embedded in transactions and included in blocks. They're a vital aspect of Cardano's proof-of-stake mechanism, ensuring that stakeholders can participate in the protocol and its governance.