Documentation
    Preparing search index...

    Interface GrpcCoreClientOptions

    interface GrpcCoreClientOptions {
        base: Experimental_BaseClient;
        cache?: ClientCache;
        client: SuiGrpcClient;
        mvr?: MvrOptions;
        network: Network;
    }

    Hierarchy

    • Experimental_CoreClientOptions
      • GrpcCoreClientOptions
    Index

    Properties

    base: Experimental_BaseClient
    cache?: ClientCache
    mvr?: MvrOptions
    network: Network