Interface StakeRegistrationDelegationCertificate

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

interface StakeRegistrationDelegationCertificate {
    deposit: bigint;
    poolId: string;
    stakeCredential: Credential;
    type: StakeRegistrationDelegation;
}

Properties

deposit: bigint
poolId: string
stakeCredential: Credential