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§
- Numeric
Error - Error converting an
i64
to au32
.
Functions§
- to_u32
- Converts an
i64
numeric type to au32
.