Interface StakeRegistrationCertificate

This certificate is used when an individual wants to register as a stakeholder. It allows the holder to participate in the staking process by delegating their stake or creating a stake pool.

interface StakeRegistrationCertificate {
    stakeCredential: Credential;
    type: StakeRegistration;
}

Properties

stakeCredential: Credential