Initializes a new instance of the StakeVoteRegistrationDelegation class.
The stake credential to delegate.
Must match the expected deposit amount specified by ppKeyDepositL
in
the protocol parameters.
The DRep to delegate to.
The pool key hash.
Private
#credentialPrivate
#dPrivate
#depositPrivate
#originalPrivate
#poolGets the DRep being delegated to.
The DRep.
Gets the pool has id from this certificate.
The pool key hash.
Gets the stake credential being delegated.
The stake credential.
Creates a Core StakeVoteRegistrationDelegationCertificate object from the current StakeVoteRegistrationDelegation object.
The Core StakeVoteRegistrationDelegationCertificate object.
Static
fromDeserializes the StakeVoteRegistrationDelegation from a CBOR byte array.
The new StakeVoteRegistrationDelegation instance.
The CBOR encoded StakeVoteRegistrationDelegation object.
Static
fromCreates a StakeVoteRegistrationDelegation object from the given Core StakeVoteRegistrationDelegationCertificate object.
core StakeVoteRegistrationDelegationCertificate object.
Generated using TypeDoc
This certificate is used when an individual wants to register its stake key, delegate their voting rights to any other DRep and simultaneously wants to delegate their stake to a specific stake pool.