UNPKG

0xtrails

Version:

SDK for Trails

9 lines 473 B
import { SequenceIndexerGateway } from '@0xsequence/indexer'; export type IndexerGatewayConfig = { indexerGatewayUrl?: string; projectAccessKey?: string; jwt?: string; }; export declare function getIndexerGatewayClient({ indexerGatewayUrl, projectAccessKey, jwt, }: IndexerGatewayConfig): SequenceIndexerGateway; export declare const useIndexerGatewayClient: (config?: IndexerGatewayConfig) => SequenceIndexerGateway; //# sourceMappingURL=indexerClient.d.ts.map