Expand description
This module contains types mappings for other common types to allow for easier JSON (de)serialization.
The main types are:
Modules exist within this module as the JSON representation
of types sometimes differs, thus, the modules hold the types
that match the specific schema, for example block::Input
is different than tx::Input
.
§(De)serialization invariants
These types are only meant for JSON (de)serialization.
Some types implement epee
although will panic with unimplemented
.
See cuprate_rpc_types
for more information.