Crate bitcoin_async_client
Source - Client
- Client implements a JSON-RPC client for the Bitcoin Core daemon or compatible APIs.
- JsonOutPoint
- Outpoint that serializes and deserializes as a map, instead of a string,
for use as RPC arguments
- Auth
- The different authentication methods for the client.
- Error
- The error type for errors produced in this library.
- Queryable
- A type that can be queried from Bitcoin Core.
- RawTx
- Used to pass raw txs into the API.
- RpcApi
- Result
- Crate-specific Result type, shorthand for
std::result::Result
with our
crate-specific Error type;