Marmot-TS
    Preparing search index...

    Type Alias KeyPackageStoreEvents

    Events emitted by KeyPackageStore as its entries change.

    type KeyPackageStoreEvents = {
        added: (keyPackage: StoredKeyPackage) => void;
        removed: (keyPackageRef: Uint8Array) => void;
        updated: (keyPackage: StoredKeyPackage) => void;
    }
    Index

    Client - Key Package Manager

    Client - Key Package Manager

    added: (keyPackage: StoredKeyPackage) => void

    Emitted when a key package is stored locally

    removed: (keyPackageRef: Uint8Array) => void

    Emitted when a key package is removed from local storage

    updated: (keyPackage: StoredKeyPackage) => void

    Emitted when a key package is updated