Crate bitcoind_json_rpc_types

Source
Expand description

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

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 bitcoind v0.17.1.
v18
Structs with standard types.
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.