UNPKG
@heymike/sega-sdk
Version:
latest (0.1.0-alpha-2)
0.1.0-alpha-2
0.1.0-alpha
An SDK for building applications on top of SEGA.
github.com/sega-io/sega-sdk
sega-io/sega-sdk
@heymike/sega-sdk
/
src
/
solana
/
type.ts
2 lines
(1 loc)
•
56 B
text/typescript
View Raw
1
2
export
type
Cluster =
"mainnet"
|
"devnet"
|
"testnet"
;