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

    Interface BlockJSONOperationMANAGE_CERTIFICATESerializable

    interface BlockJSONOperationMANAGE_CERTIFICATESerializable {
        certificateOrHash: string | Buffer;
        intermediateCertificates?: null | string | Buffer;
        method: ADD | SUBTRACT;
        type: MANAGE_CERTIFICATE;
    }

    Hierarchy

    Index

    Properties

    certificateOrHash: string | Buffer
    intermediateCertificates?: null | string | Buffer
    method: ADD | SUBTRACT