Crate bitcoin_rpc_types

Crate bitcoin_rpc_types 

Source
Expand description

Shared Bitcoin RPC type definitions

This crate provides the core types and utilities for working with the Bitcoin Core JSON-RPC API. It serves as a shared foundation that can be used by both the codegen system and external consumers like fuzzing tools.

§Core Types

  • BtcMethod - Complete Bitcoin method definition
  • BtcArgument - Method argument specification
  • BtcResult - Method result specification
  • ApiDefinition - Complete API definition container

Re-exports§

pub use types::ApiDefinition;
pub use types::BtcArgument;
pub use types::BtcMethod;
pub use types::BtcResult;
pub use types::Result;
pub use types::SchemaError;

Modules§

types
Core schema types for Bitcoin RPC API definitions