UNPKG

@particle-network/connectkit

Version:
8 lines (7 loc) 256 B
import { type WalletProps } from './useWalletsProps'; export type WalletConnection = { accounts: readonly [string, ...string[]]; chainId: number; walletProps: WalletProps; }; export declare const useWalletConnections: () => WalletConnection[];