Class Network


public final class Network extends Network<Address,NetworkTimestamp>
Network
Represents a Symbol network.
  • Field Details

    • MAINNET

      public static final Network MAINNET
      Symbol main network.
    • TESTNET

      public static final Network TESTNET
      Symbol test network.
    • NETWORKS

      public static final List<Network> NETWORKS
      Symbol well-known networks.
    • generationHashSeed

      public final CryptoTypes.Hash256 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.