Interface StakeVoteRegistrationDelegationCertificate

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.

interface StakeVoteRegistrationDelegationCertificate {
    deposit: bigint;
    dRep: DRep;
    poolId: string;
    stakeCredential: Credential;
    type: StakeVoteRegistrationDelegation;
}

Properties

deposit: bigint
dRep: DRep
poolId: string
stakeCredential: Credential