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.

8 lines (7 loc) 249 B
export declare const extensionInstallMessage: (helpers: { currentWallet: string | undefined; selectedWallet: string; }) => string; export declare const mobileWalletInstallMessage: (helpers: { selectedWallet: string; }) => string;