Type Alias ClientOptions

ClientOptions: IndexerOptions & { xLogBase?: "xlog.app" | "xlog.page" }

Options for customizing the client behavior. This extends the options for the indexer and adds a few more.

Type declaration

  • OptionalxLogBase?: "xlog.app" | "xlog.page"

    The base URL for the xLog related API.

    'xlog.app'