Package org.symbol.sdk.symbol
Class Network
- Network
- Represents a Symbol network.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.symbol.sdk.Network
Network.NetworkLocator -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CryptoTypes.Hash256Network generation hash seed.static final NetworkSymbol main network.Symbol well-known networks.static final NetworkSymbol test network.Fields inherited from class org.symbol.sdk.Network
identifier, name -
Constructor Summary
ConstructorsConstructorDescriptionNetwork(String name, byte identifier, Instant epochTime, CryptoTypes.Hash256 generationHashSeed) Creates a new Symbol network. -
Method Summary
Methods inherited from class org.symbol.sdk.Network
fromDatetime, isValidAddress, isValidAddressString, publicKeyToAddress, toDatetime, toString
-
Field Details
-
MAINNET
Symbol main network. -
TESTNET
Symbol test network. -
NETWORKS
Symbol well-known networks. -
generationHashSeed
Network generation hash seed.
-
-
Constructor Details
-
Network
public Network(String name, byte identifier, Instant epochTime, CryptoTypes.Hash256 generationHashSeed) Creates a new Symbol network.- Parameters:
name- Network name.identifier- Network identifier byte.epochTime- Network epoch time.generationHashSeed- Network generation hash seed.
-