StakeRegDelegationCertificate: {
    cert: {
        deposit: string;
        poolKeyHash: string;
        stakeCredential: types.ConwayTypes.StakeCredential;
    };
    type: CertificateType.STAKE_REG_DELEG;
}

Type declaration