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

  • Optional xLogBase?: "xlog.app" | "xlog.page"

    The base URL for the xLog related API.

    Default

    'xlog.app'