UNPKG

caip-api

Version:

CAIP Blockchain API and JSON-RPC Config

7 lines 482 B
import { JsonRpcSchemaMap } from '@json-rpc-tools/types'; import { ChainConfig, SupportedChains } from './types'; export declare function getNamespaceProperty<T = any>(chainId: string, property: string): T; export declare function getChainJsonRpcSchemas(chainId: string): JsonRpcSchemaMap; export declare function getChainConfig(chainId: string): ChainConfig; export declare function getSupportedChains(targetNamespace?: string): SupportedChains; //# sourceMappingURL=utils.d.ts.map