UNPKG
cache-typescript-sdk
Version:
latest (0.0.1)
0.0.1
Blockstart NIS1 SDK
github.com/blockstart/blockstart-nis1-sdk
blockstart/blockstart-nis1-sdk
cache-typescript-sdk
/
dist
/
src
/
models
/
node
/
NetworkTypes.d.ts
18 lines
(17 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
declare
enum
NetworkTypes
{
/** * Main net network *
@type
{number} */
MAIN_NET =
104
,
/** * Test net network *
@type
{number} */
TEST_NET =
152
,
/** * mijin net network *
@type
{number} */
MIJIN_NET =
96
, }