Initializes a new instance of the VoteRegistrationDelegation class.
The stake credential to delegate.
Must match the expected deposit amount specified by ppKeyDepositL in
the protocol parameters.
The DRep to delegate to.
Private #credentialPrivate #dPrivate #depositPrivate #originalGets the DRep being delegated to.
The DRep.
Gets the stake credential being delegated.
The stake credential.
Creates a Core VoteRegistrationDelegationCertificate object from the current VoteRegistrationDelegation object.
The Core VoteRegistrationDelegationCertificate object.
Static fromDeserializes the VoteRegistrationDelegation from a CBOR byte array.
The new VoteRegistrationDelegation instance.
The CBOR encoded VoteRegistrationDelegation object.
Static fromCreates a VoteRegistrationDelegation object from the given Core VoteRegistrationDelegationCertificate object.
core VoteRegistrationDelegationCertificate object.
Generated using TypeDoc
This certificate Register the stake key and delegate with a single certificate to a DRep.