bitcoin-rpc-types
Type definitions for Bitcoin Core's JSON-RPC interface.
Usage
Add this to your Cargo.toml
:
[]
= "1.0.0"
Example
use ;
// Load an API definition from JSON
let api_def: ApiDefinition = from_str?;
// Access methods
for method in api_def.methods.values
License
MIT OR Apache-2.0
Related Projects
Part of the bitcoin-rpc crate ecosystem, providing type-safe Rust primitives for testing and development at the Bitcoin Core JSON-RPC interface.