UNPKG

chaingate

Version:

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

13 lines (12 loc) 291 B
export type CurrencyInfo = { id: string; name: string; defaultDerivationPath: string; svgLogoUrl: string; symbol: string; minimalUnitSymbol: string; decimals: number; commonDerivationPaths: string[]; nativeTokenId: string; nativeTokenName: string; };