Crate corepc_types

Source
Expand description

Types returned by the JSON-RPC API of Bitcoin Core.

Each type has rustdocs copied from Core, bugs and all. Additional docs were only added if things really didn’t make sense. Only required arguments are documented. To see what optional arguments are available run bitcoin-cli help <method> against the version of Core you are interested in.

Re-exports§

pub extern crate bitcoin;

Modules§

model
Models of the data returned by the JSON-RPC API of Bitcoin Core.
v17
JSON-RPC types for Bitcoin Core v0.17.
v18
JSON-RPC types for Bitcoin Core v0.18
v19
Structs with standard types.
v20
Structs with standard types.
v21
Structs with standard types.
v22
Structs with standard types.
v23
Structs with standard types.
v24
Structs with standard types.
v25
Structs with standard types.
v26
Structs with standard types.
v27
Structs with standard types.
v28
Structs with standard types.

Enums§

NumericError
Error converting an i64 to a u32.

Functions§

to_u32
Converts an i64 numeric type to a u32.