UNPKG

@cosmos-kit/core

Version:

cosmos-kit wallet connector core package

5 lines (4 loc) 370 B
import { AssetList, Chain } from '@chain-registry/types'; import { ChainName, ChainRecord, Endpoints, SignerOptions } from '../types'; import { Logger } from './logger'; export declare function convertChain(chain: Chain | ChainName, assetLists: AssetList[], signerOptions?: SignerOptions, preferredEndpoints?: Endpoints, isLazy?: boolean, logger?: Logger): ChainRecord;