Indexer Client
A sub-client that interacts with the indexer API. Can be accessed via the context property on the top level client.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.context.indexerClient.getSubaccountSummary(...)
Last updated