Open skubarenko opened 6 years ago
The interface should look something like this:
interface Currency { id: string; name: string; symbol: string; // ... some blockchain info: address, isToken, decimal etc. }
Make ability to give this interface instead of raw coin 'symbols' (which, in general, are strings) for native packages.
The interface should look something like this: