Interface PoolRegistrationCertificate

This certificate is used to register a new stake pool. It includes various details about the pool such as the pledge, costs, margin, reward account, and the pool's owners and relays.

interface PoolRegistrationCertificate {
    poolParameters: PoolParameters;
    type: PoolRegistration;
}

Properties

Properties

poolParameters: PoolParameters