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

    Interface BlockJSONOperationMANAGE_CERTIFICATE

    X.509 Certificate operations

    interface BlockJSONOperationMANAGE_CERTIFICATE {
        certificateOrHash: string | Buffer | Certificate | CertificateHash;
        intermediateCertificates?: null | string | Buffer | CertificateBundle;
        method: ADD | SUBTRACT;
        type: MANAGE_CERTIFICATE;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    certificateOrHash: string | Buffer | Certificate | CertificateHash
    intermediateCertificates?: null | string | Buffer | CertificateBundle
    method: ADD | SUBTRACT