Re-exports§
pub use request::Request;
Modules§
Structs§
- Async
Batch Request - Async
Client - Blocking
Batch Request - Blocking
Client - Electrum
Script Hash - Hash of the script pubkey
- Electrum
Script Status - RawNotification
- RawRequest
- RawResponse
- Response
Error - Electrum server responds with an error.
- State
- Version
Enums§
- Async
Pending Request - Batch
Request Error - Blocking
Pending Request - Errored
Request - Event
- Maybe
Batch - Process
Error - RawNotification
OrResponse - Satisfied
Request
Constants§
Traits§
Type Aliases§
- Async
Event Receiver - Async
Event Sender - Async
Pending Request Tuple - Async
Request Error - Occurs when [
Client::request] fails. - Async
Request Receiver - Receives
Requests from [Client] to be consumed byState::add_request. - Async
Request Send Error - Occurs when
Requestcannot be sent into the channel. - Async
Request Sender - Sends
Requests from [Client] to be consumed byState::add_request. - Async
Response Receiver - Async
Response Sender - Async
State - Blocking
Event Receiver - Blocking
Event Sender - Blocking
Pending Request Tuple - Blocking
Request Error - Blocking
Request Receiver - Blocking
Request Send Error - Blocking
Request Sender - Blocking
Response Receiver - Blocking
Response Sender - Blocking
State - CowStr
- DoubleSHA
- Method
AndParams - Response
Result - TODO: Rename as
ResponseResult?