Module client_sync

Source
Expand description

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

Modules§

v17
A JSON-RPC client for testing against Bitcoin Core v0.17.
v18
A JSON-RPC client for testing against Bitcoin Core v0.18.
v19
A JSON-RPC client for testing against Bitcoin Core v0.19.
v20
A JSON-RPC client for testing against Bitcoin Core v0.20.
v21
A JSON-RPC client for testing against Bitcoin Core v0.21.
v22
A JSON-RPC client for testing against Bitcoin Core v22.
v23
A JSON-RPC client for testing against Bitcoin Core v23.
v24
A JSON-RPC client for testing against Bitcoin Core v24.
v25
A JSON-RPC client for testing against Bitcoin Core v25.
v26
A JSON-RPC client for testing against Bitcoin Core v26.
v27
A JSON-RPC client for testing against Bitcoin Core v27.
v28
A JSON-RPC client for testing against Bitcoin Core v28.
v29
A JSON-RPC client for testing against Bitcoin Core v29.

Enums§

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

Type Aliases§

Result
Crate-specific Result type.