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.

6 lines (5 loc) 199 B
import { SdkWalletOptions, WalletModule } from '../../../interfaces'; declare function fortmatic(options: SdkWalletOptions & { networkId: number; }): WalletModule; export default fortmatic;