UNPKG

wallets-wrapper

Version:

How to install

3 lines (2 loc) 193 B
import { MetamaskProvider, WatchAssetParams } from '../../../wallets/metamask'; export declare const watchAsset: (provider: MetamaskProvider, newAsset: WatchAssetParams) => Promise<boolean>;