Documentation
    Preparing search index...

    Interface CoreClientOptions

    interface CoreClientOptions {
        base: BaseClient;
        cache?: ClientCache;
        mvr?: MvrOptions;
        network: Network;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cache?: ClientCache
    network: Network