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.

10 lines (9 loc) 250 B
export declare function generateAddresses(account: { publicKey: string; chainCode: string; path: string; }, offset: number): { dPath: string; address: any; }[]; export declare function isValidPath(path: string): boolean;