UNPKG

@0xsequence/anypay-sdk

Version:

SDK for Anypay functionality

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