Module bitcoind_json_rpc_client::client_sync

source ·
Expand description

JSON-RPC clients for testing against specific versions of Bitcoin Core.

Modules§

  • A JSON-RPC client for testing against Bitcoin Core v0.17.1.
  • A JSON-RPC client for testing against Bitcoin Core v0.18.1.
  • A JSON-RPC client for testing against Bitcoin Core v0.19.1.
  • A JSON-RPC client for testing against Bitcoin Core v0.20.2.
  • A JSON-RPC client for testing against Bitcoin Core v0.21.2.
  • A JSON-RPC client for testing against Bitcoin Core v22.
  • A JSON-RPC client for testing against Bitcoin Core v23.
  • A JSON-RPC client for testing against Bitcoin Core v24.
  • A JSON-RPC client for testing against Bitcoin Core v25.
  • A JSON-RPC client for testing against Bitcoin Core v26.

Enums§

  • The different authentication methods for the client.
  • The error type for errors produced in this library.

Type Aliases§

  • Crate-specific Result type.