UNPKG

@b2network/b2-wallet-kit

Version:

#### install

9 lines (8 loc) 267 B
declare const useB2Account: () => { isConnected: boolean; address: string | undefined; evmAddress: string | undefined; chainType: import("..").ChainType | undefined; currentWallet: import("..").WalletTypes | undefined; }; export { useB2Account };