Interface StakeDeregistrationCertificate

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 StakeDeregistrationCertificate {
    stakeCredential: Credential;
    type: StakeDeregistration;
}

Properties

stakeCredential: Credential