# Functions
LoadConfiguration attempts to create a new Configuration using the ENVs in the environment.
# Constants
DefaultXDCURL is the default URL for a running geth node.
Devnet is XDC network for development.
Mainnet is the XDC Mainnet.
ModeEnv is the environment variable read to determine mode.
NetworkEnv is the environment variable read to determine network.
Offline is when the implementation is not permitted to make outbound connections.
Online is when the implementation is permitted to make outbound connections.
PortEnv is the environment variable read to determine the port for the Rosetta implementation.
Testnet is XDC Public Apothem Testnet.
XDCEnv is an optional environment variable used to connect XDC-rosetta to an already running XDC node.
# Variables
MiddlewareVersion is the version of XDC-rosetta.
# Structs
Configuration determines how.
# Type aliases
No description provided by the author