# Functions
All returns all the supported network IDs.
AwaitOnConsensusChain blocks and returns network configuration as soon as it can be loaded from the Consensus Chain's registry.
AwaitOnExecutionChain blocks and returns network configuration as soon as it can be loaded from the EVM Execution Chain's registry.
BindFlag binds the network identifier flag.
No description provided by the author
No description provided by the author
ConsensusChainIDStr2Uint64 parses the uint suffix from the provided a consensus chain ID string.
IsAny returns true if the `ID` matches any of the provided targets.
IsEthereumChain returns true if the chainID is the EthereumChainID for the given network.
IsOmniConsensus returns true if provided chainID is the omni consensus chain for the network.
IsOmniExecution returns true if provided chainID is the omni execution chain for the network.
No description provided by the author
SetEphemeralGenesis sets the ephemeral genesis files.
SimnetNetwork defines the simnet network configuration.
# Constants
Devnet is the most basic single-machine deployment of the Omni cross chain protocol.
Mainnet is the Omni public mainnet.
Omega is a Omni public testnet.
Single binary with mocked clients (no network).
Staging is the Omni team's internal staging network, similar to a internal testnet.
# Structs
Chain defines the configuration of an execution chain that supports the Omni cross chain protocol.
No description provided by the author
Network defines a deployment of the Omni cross chain protocol.
Static defines static config and data for a network.
# Type aliases
ID is a network identifier.