PoolDeRegistrationCertificate: {
    cert: {
        epoch: number;
        poolKeyHash: string;
    };
    type: CertificateType.POOL_DE_REG;
}

Type declaration

  • cert: {
        epoch: number;
        poolKeyHash: string;
    }
    • epoch: number
    • poolKeyHash: string
  • type: CertificateType.POOL_DE_REG