# Constants
No description provided by the author
No description provided by the author
# Variables
Branch is the git branch from which the soroban-rpc was built, injected during build time.
BuildTimestamp is the timestamp at which the soroban-rpc was built, injected during build time.
CommitHash is the soroban-rpc git commit hash, which is injected during build time.
Version is the soroban-rpc version number, which is injected during build time.
# Structs
Config represents the configuration of a soroban-rpc server.
ConfigOption is a complete description of the configuration of a command line option.
# Type aliases
ConfigOptions is a group of ConfigOptions that can be for convenience initialized and set at the same time.
No description provided by the author