@ledgerhq/types-cryptoassets
Ledger types for crypto assets and tokens.
API
Table of Contents
Unit
Type: {name: string, code: string, magnitude: number, showAllDigits: boolean?, prefixCode: boolean?}
Properties
CurrencyCommon
Type: {name: string, ticker: string, units: Array<Unit>, symbol: string?, disableCountervalue: boolean?, delisted: boolean?, keywords: Array<string>?}
Properties
TokenCurrency
Type: any
FiatCurrency
Type: any
ExplorerView
Type: {tx: string?, address: string?, token: string?, stakePool: string?}
Properties
CryptoCurrency
Type: any
Currency
Type: (FiatCurrency | CryptoCurrency | TokenCurrency)