Interface RegistrationCertificate

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 RegistrationCertificate {
    deposit: bigint;
    stakeCredential: Credential;
    type: Registration;
}

Properties

deposit: bigint
stakeCredential: Credential