Types shared by many casper crates for use on the Casper network.
The crate is no_std
(using the core
and alloc
crates) unless any of the following features are enabled:
json-schema
to enable many types to be used to produce JSON-schema data via theschemars
cratedatasize
to enable many types to derive theDataSize
traitgens
to enable many types to be produced in accordance withproptest
usage for consumption within dependee crates' property testing suites
Licensed under the Apache License Version 2.0.