# Functions
DefaultMetricsProvider returns Metrics build using Prometheus client library if Prometheus is enabled.
NewFullClient returns Client working with given node.
NewNode returns a new Full or Light Node based on the config.
# Variables
ErrConsensusStateNotAvailable is returned because Rollkit doesn't use Tendermint consensus.
# Structs
FullClient implements tendermint RPC client interface.
FullNode represents a client node in Rollkit network.
# Interfaces
Node is the interface for a rollup node.
# Type aliases
MetricsProvider returns a consensus, p2p and mempool Metrics.