UNPKG
@minatokens/abi
Version:
latest (0.16.16)
0.16.16
0.16.15
0.16.14
0.16.12
0.16.11
0.16.10
0.16.9
0.16.8
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
MinaTokens ABI Experimental Library
docs.minatokens.com
zkcloudworker/minatokens-lib
@minatokens/abi
/
dist
/
node
/
types.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
/** * blockchain is the type for the chain ID. */
export
type blockchain =
"local"
|
"devnet"
|
"lightnet"
|
"mainnet"
|
"zeko"
;