Expand description
Core schema types for Bitcoin RPC API definitions
Fundamental, serde-friendly types to represent Bitcoin RPC method definitions, arguments, and results.
Structs§
- ApiDefinition
- A collection of all Bitcoin RPC methods and their details
- BtcArgument
- Bitcoin method argument specification
- BtcMethod
- Bitcoin method definition
- BtcResult
- Bitcoin method result specification
Enums§
- Schema
Error - Error types for schema operations
Type Aliases§
- Result
- Result type for schema operations