Module bitcoind_json_rpc_types::model

source ·
Expand description

Models of the data returned by the JSON-RPC API of Bitcoin Core.

The types here model the data returned by Bitcoin Core in a version non-specific way. In other words one can use a particular bitcoind version via the version specific module (e.g. crate::v26) then convert the json types to one of the modelled types in this module using TryFrom.

Structs§

Enums§