Initializes a new instance of the StakeVoteDelegation class.
The stake credential to delegate.
The DRep to delegate to.
The pool key hash.
Private
#credentialPrivate
#dPrivate
#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 StakeVoteDelegationCertificate object from the current StakeVoteDelegation object.
The Core StakeVoteDelegationCertificate object.
Static
fromDeserializes the StakeVoteDelegation from a CBOR byte array.
The new StakeVoteDelegation instance.
The CBOR encoded StakeVoteDelegation object.
Static
fromCreates a StakeVoteDelegation object from the given Core StakeVoteDelegationCertificate object.
core StakeVoteDelegationCertificate object.
Generated using TypeDoc
This certificate is used when an individual wants to delegate their voting rights to any other DRep and simultaneously wants to delegate their stake to a specific stake pool.