Crate smoldot_full_node

Source

Structs§

ChainConfig
Client
Running client. As long as this object is alive, the client reads/writes the database and has a JSON-RPC server open.
Config
JsonRpcListenConfig
See ChainConfig::json_rpc_listen.

Enums§

LogLevel
Log level of a log entry.
RelayChainSendJsonRpcRequestError
Error potentially returned by Client::relay_chain_send_json_rpc_request.
StartError
Error potentially returned by start.

Traits§

LogCallback
Allow generating logs.

Functions§

start
Runs the node using the given configuration.