Package money.zumo.zumokit
Class NetworkType
- java.lang.Object
- 
- money.zumo.zumokit.NetworkType
 
- 
 public final class NetworkType extends java.lang.ObjectNetwork type, for example 'MAINNET'.
- 
- 
Constructor SummaryConstructors Constructor Description NetworkType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
MAINNETpublic static final java.lang.String MAINNET - See Also:
- Constant Field Values
 
 - 
TESTNETpublic static final java.lang.String TESTNET - See Also:
- Constant Field Values
 
 - 
ROPSTENpublic static final java.lang.String ROPSTEN - See Also:
- Constant Field Values
 
 - 
RINKEBYpublic static final java.lang.String RINKEBY - See Also:
- Constant Field Values
 
 - 
GOERLIpublic static final java.lang.String GOERLI - See Also:
- Constant Field Values
 
 - 
KOVANpublic static final java.lang.String KOVAN - See Also:
- Constant Field Values
 
 
- 
 
-