UNPKG

@cosmos-kit/react-lite

Version:
3 lines (2 loc) 201 B
import { ChainName, ChainWalletContext, WalletName } from '@cosmos-kit/core'; export declare const useChainWallet: (chainName: ChainName, walletName: WalletName, sync?: boolean) => ChainWalletContext;