UNPKG
@helium/currency
Version:
alpha (5.0.0-alpha.1)
latest (5.0.4)
next (4.8.3-next.22)
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-alpha.1
5.0.0-alpha.0
4.14.2
4.14.1
4.13.1
4.12.1-alpha.0
4.12.0
4.11.1
4.11.1-alpha.0
4.10.2
4.10.1
4.10.0
4.9.0
4.8.3-next.58
4.8.3-next.57
4.8.3-next.22
4.8.1
4.8.0
4.7.3
4.7.2
4.7.0
4.6.2
4.6.1
4.6.0
4.2.0
4.0.0
3.52.0
3.45.0
3.25.1
3.23.0
3.16.0
3.0.0
2.0.0
1.0.0
0.0.33
Utilities for handling different currency types on the Helium blockchain
github.com/helium/helium-js
@helium/currency
/
build
/
currency_types
/
IotTokens.d.ts
5 lines
•
169 B
TypeScript
View Raw
1
2
3
4
5
import
BaseCurrencyType
from
'./BaseCurrencyType'
;
export
default
class
IotTokens
extends
BaseCurrencyType
{
constructor
(
); }
//# sourceMappingURL=IotTokens.d.ts.map