@particle-network/connectkit
Version:
7 lines (6 loc) • 365 B
TypeScript
export declare const useWallets: () => Readonly<{
getWalletClient: <chainType extends import("@particle-network/connector-core").ChainType = "evm">() => import("../actions/mapWalletClient").WalletClientType<chainType>;
accounts: readonly [string, ...string[]];
chainId: number;
connector: import("@particle-network/connector-core").Connector;
}>[];