UNPKG
@helium/address
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.8.3-next.58
4.8.3-next.57
4.8.3-next.22
4.8.1
4.8.0
4.6.2
4.3.1
4.2.0
4.0.0
Helium public key utilities
github.com/helium/helium-js
@helium/address
/
build
/
NetTypes.d.ts
5 lines
•
189 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
MAINNET
=
0
;
export
declare
const
TESTNET
=
16
;
export
declare
const
SUPPORTED_NET_TYPES
:
number
[];
export
type
NetType
=
number
;
//# sourceMappingURL=NetTypes.d.ts.map