UNPKG

blockchain-wallet-provider

Version:
7 lines (6 loc) 131 B
declare class Wallet { use: string; wallets: any; constructor(name: string, config?: object); } export default Wallet;