StakeDelegationCertificate: {
    cert: {
        poolKeyHash: string;
        stakeCredential: types.AlonzoTypes.StakeCredential;
    };
    type: CertificateType.STAKE_DELEGATION;
}

Type declaration