@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface HandleStorage

    A handle storage is a collection of stores for a given handle.

    HandleStorage

    interface HandleStorage {
        matrixStore: IStore;
        secureCommsStore: SecureCommsStore;
    }
    Index

    Properties

    matrixStore: IStore

    used by the matrix client

    secureCommsStore: SecureCommsStore

    used by secure comms SDK