@hashgraph/solo
    Preparing search index...
    interface Contexts {
        list(): string[];
        readCurrent(): string;
        readCurrentNamespace(): NamespaceName;
        testContextConnection(context: string): Promise<boolean>;
        updateCurrent(context: string): void;
    }

    Implemented by

    Index

    Methods