cuprate/types
hinto-janai 6820da9848
types: add BlockCompleteEntry ()
* types: add `block_complete_entry.rs`

* net: fix imports

* p2p: fix imports

* turn off default-features

* p2p: fix imports

* Update net/wire/Cargo.toml

Co-authored-by: Boog900 <boog900@tutanota.com>

* wire: re-export types

---------

Co-authored-by: Boog900 <boog900@tutanota.com>
2024-07-16 22:47:50 +01:00
..
src types: add BlockCompleteEntry () 2024-07-16 22:47:50 +01:00
Cargo.toml types: add BlockCompleteEntry () 2024-07-16 22:47:50 +01:00
README.md types: add BlockCompleteEntry () 2024-07-16 22:47:50 +01:00

cuprate-types

Shared data types within Cuprate.

This crate is a kitchen-sink for data types that are shared across Cuprate.

Features flags

Feature flag Does what
blockchain Enables the blockchain module, containing the blockchain database request/response types
serde Enables serde on types where applicable
epee Enables cuprate-epee-encoding on types where applicable