@ledgerhq/types-cryptoassets
Advanced tools
Comparing version 6.22.1-monorepo.4 to 6.22.1-nightly.0
# @ledgerhq/types-cryptoassets | ||
## 6.22.1-monorepo.4 | ||
## 6.22.1-nightly.0 | ||
### Patch Changes | ||
- f6cb87454: test prerelease | ||
## 6.22.1-monorepo.3 | ||
### Patch Changes | ||
- 7f4a91716: clean pnpm-lock file | ||
## 6.22.1-monorepo.2 | ||
### Patch Changes | ||
- a439963a7: test prerelease | ||
## 6.22.1-monorepo.1 | ||
### Patch Changes | ||
- 1b6fec9db: monorepo prelease 2 | ||
## 6.22.1-monorepo.0 | ||
### Patch Changes | ||
- test prerelease | ||
- f6f2d8f15: add dummy changesets |
{ | ||
"name": "@ledgerhq/types-cryptoassets", | ||
"version": "6.22.1-monorepo.4", | ||
"version": "6.22.1-nightly.0", | ||
"description": "Ledger types for crypto assets and tokens", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx", | ||
"lint:fix": "pnpm lint --fix", | ||
"test": "jest" | ||
}, | ||
"readme": "<img src=\"https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png\" height=\"100\" />\n\n## @ledgerhq/types-cryptoassets\n\nLedger types for crypto assets and tokens.\n\n## API\n\n<!-- Generated by documentation.js. Update this documentation by updating the source code. -->\n\n#### Table of Contents\n\n* [Unit](#unit)\n * [Properties](#properties)\n* [CurrencyCommon](#currencycommon)\n * [Properties](#properties-1)\n* [TokenCurrency](#tokencurrency)\n* [FiatCurrency](#fiatcurrency)\n* [ExplorerView](#explorerview)\n * [Properties](#properties-2)\n* [CryptoCurrency](#cryptocurrency)\n* [Currency](#currency)\n\n### Unit\n\nType: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), code: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), magnitude: [number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number), showAllDigits: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, prefixCode: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?}\n\n#### Properties\n\n* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** \n* `code` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** \n* `magnitude` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** \n* `showAllDigits` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** \n* `prefixCode` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** \n\n### CurrencyCommon\n\nType: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), ticker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), units: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>, symbol: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, disableCountervalue: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, delisted: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, countervalueTicker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?}\n\n#### Properties\n\n* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** \n* `ticker` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** \n* `units` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>** \n* `symbol` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** \n* `disableCountervalue` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** \n* `delisted` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** \n* `countervalueTicker` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** \n\n### TokenCurrency\n\nType: any\n\n### FiatCurrency\n\nType: any\n\n### ExplorerView\n\nType: {tx: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, address: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, token: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?}\n\n#### Properties\n\n* `tx` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** \n* `address` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** \n* `token` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** \n\n### CryptoCurrency\n\nType: any\n\n### Currency\n\nType: ([FiatCurrency](#fiatcurrency) | [CryptoCurrency](#cryptocurrency) | [TokenCurrency](#tokencurrency))\n" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
16426