UNPKG

@authereum/bnc-onboard

Version:

Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.

4 lines (3 loc) 216 B
import { WalletModule, WalletInitOptions } from '../../interfaces'; declare function select(wallets: Array<WalletInitOptions | WalletModule> | undefined, networkId: number): Promise<any[]>; export default select;