UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

11 lines (10 loc) 235 B
export type CurrencyInfo = { id: string; name: string; defaultDerivationPath: string; svgLogoUrl: string; symbol: string; minimalUnitSymbol: string; decimals: number; commonDerivationPaths: string[]; };