UNPKG

bip44-constants

Version:
13 lines (10 loc) 244 B
export type CoinTypeNumber = number; export type CoinTypeName = string; export type CoinTypeTitle = string; export type Entry = [ CoinTypeNumber, CoinTypeName, CoinTypeTitle, ]; declare const _default: Entry[]; export default _default;