Interface PoolRetirementCertificate

This certificate is used to retire a stake pool. It includes an epoch number indicating when the pool will be retired.

interface PoolRetirementCertificate {
    epoch: bigint;
    poolId: string;
    type: PoolRetirement;
}

Properties

Properties

epoch: bigint
poolId: string