UNPKG

@particle-network/connectkit

Version:
4 lines (3 loc) 321 B
import { type ChainIdParameter, type ChainType, type ClientType, type EVMChain } from '@particle-network/connector-core'; import type { Config } from '../createConfig'; export declare function getClient<chainType extends ChainType = EVMChain>(config: Config, parameters?: ChainIdParameter): ClientType<chainType> | null;