bitcoin-rpc-types
Type definitions for Bitcoin Core's JSON-RPC interface, designed for use in code generation and fuzzing frameworks.
Usage
Add this to your Cargo.toml
:
[]
= "0.1.2"
Example
use ;
// Load an API definition from JSON
let api_def: ApiDefinition = from_str?;
// Access methods
for method in api_def.methods.values
Contributing
Contributions warmly welcome.
License
MIT OR Apache-2.0
Related Projects
Part of the bitcoin-rpc-* ecosystem, which provides type-safe Rust for seamless, interface-level testing and development.