UNPKG

@crypto-dex-sdk/parachains-amplitude

Version:

Zenlink Parachains Impl for Amplitude

4 lines (2 loc) 140 B
import type { Amount, Type } from '@crypto-dex-sdk/currency' export type BalanceMap = Record<string, Amount<Type> | undefined> | undefined