Expand description
cuprated config
Re-exportsยง
pub use p2p::p2p_port;
pub use p2p::P2PConfig;
pub use rpc::restricted_rpc_port;
pub use rpc::unrestricted_rpc_port;
pub use rpc::RpcConfig;
pub use storage::StorageConfig;
pub use storage::TxpoolConfig;
Modulesยง
- args ๐
- default ๐
- fs ๐
- macros ๐
- p2p ๐
- rayon ๐
- rpc ๐
- storage ๐
- tokio ๐
- tor ๐
- tracing_
config ๐
Structsยง
- Config
- The config for all of Cuprate.
Constantsยง
- HEADER ๐
- Header to put at the start of the generated config file.
Functionsยง
- read_
config_ and_ args - Reads the args & config file, returning a
Config
.