@ledgerhq/cryptoassets 6.2.1 → 6.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,14 +59,12 @@ There are two modes of usage of this library.
59
59
  - [Parameters](#parameters-17)
60
60
  - [findTokenById](#findtokenbyid)
61
61
  - [Parameters](#parameters-18)
62
- - [findTokenByAddress](#findtokenbyaddress)
63
- - [Parameters](#parameters-19)
64
62
  - [hasTokenId](#hastokenid)
65
- - [Parameters](#parameters-20)
63
+ - [Parameters](#parameters-19)
66
64
  - [getTokenById](#gettokenbyid)
67
- - [Parameters](#parameters-21)
65
+ - [Parameters](#parameters-20)
68
66
  - [findCompoundToken](#findcompoundtoken)
69
- - [Parameters](#parameters-22)
67
+ - [Parameters](#parameters-21)
70
68
  - [Unit](#unit)
71
69
  - [Properties](#properties)
72
70
  - [CurrencyCommon](#currencycommon)
@@ -244,14 +242,6 @@ Returns **([TokenCurrency](#tokencurrency) | null | [undefined](https://develope
244
242
 
245
243
  Returns **([TokenCurrency](#tokencurrency) | null | [undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined))**
246
244
 
247
- ### findTokenByAddress
248
-
249
- #### Parameters
250
-
251
- - `address` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
252
-
253
- Returns **([TokenCurrency](#tokencurrency) | null | [undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined))**
254
-
255
245
  ### hasTokenId
256
246
 
257
247
  #### Parameters