UNPKG
@crypto-dex-sdk/parachains-amplitude
Version:
latest (0.1.4)
0.1.4
0.1.2
0.0.3
0.0.2
Zenlink Parachains Impl for Amplitude
@crypto-dex-sdk/parachains-amplitude
/
hooks
/
useBalance
/
types.ts
4 lines
(2 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
import
type
{
Amount
,
Type
}
from
'@crypto-dex-sdk/currency'
export
type
BalanceMap
=
Record
<
string
,
Amount
<
Type
> |
undefined
> |
undefined