Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface CertificateWithIntermediatesResponse

    interface CertificateWithIntermediatesResponse {
        certificate: Certificate;
        intermediates: null | CertificateBundle;
    }
    Index

    Properties

    certificate: Certificate
    intermediates: null | CertificateBundle