Re-exports§
pub use error::ClientFailed;pub use error::ClientResult;pub use error::Error;pub use error::Result;
Modules§
- blockchain
- dht
- error
- event_
graph - geode
- Chunk-based file storage implementation. This is a building block for a DHT or something similar.
- net
- rpc
- runtime
- system
- tx
- util
- validator
- zk
- zkas
src/zkasis the library holding the zkas toolchain, consisting of a lexer, parser, static/semantic analyzers, a binary compiler, and a binary decoder.
Macros§
- async_
daemonize - This macro is used for a standard way of daemonizing darkfi binaries with TOML config file configuration, and argument parsing.
- cli_
desc - impl_
dht_ node_ defaults - Implements default Hash, PartialEq, and Eq for a struct implementing
DhtNode - impl_
p2p_ message - verbose