Interface VoteRegistrationDelegationCertificate

This certificate Register the stake key and delegate with a single certificate to a DRep.

interface VoteRegistrationDelegationCertificate {
    deposit: bigint;
    dRep: DRep;
    stakeCredential: Credential;
    type: VoteRegistrationDelegation;
}

Properties

deposit: bigint
dRep: DRep
stakeCredential: Credential