Interface UnregistrationCertificate

This certificate is used when a stakeholder no longer wants to participate in staking. It revokes the stake registration and the associated stake is no longer counted when calculating stake pool rewards.

interface UnregistrationCertificate {
    deposit: bigint;
    stakeCredential: Credential;
    type: Unregistration;
}

Properties

deposit: bigint
stakeCredential: Credential