Expand description
Common types required by nodes and clients APIs like blocks, responses and DTOs.
Modules§
Macros§
- create_
bitflags - A convenience macro to work around the fact the
[bitflags]crate does not yet support iterating over the individual flags. This macro essentially creates the[bitflags]and puts the individual flags into an associated constantpub const ALL_FLAGS: &'static []. - impl_id
- TODO
- string_
serde_ impl serde - Helper macro to serialize types to string via serde.