[][src]Module electrum_client::types

Return types

This module contains definitions of all the complex data structures that are returned by calls

Structs

GetBalanceRes

Response to a script_get_balance request.

GetHeadersRes

Response to a server_features request.

GetHistoryRes

Response to a script_get_history request.

GetMerkleRes

Response to a transaction_get_merkle request.

HeaderNotification

Notification of a new block header

ListUnspentRes

Response to a script_list_unspent request.

Request

A request that can be sent to the server

ScriptNotification

Notification of the new status of a script

ServerFeaturesRes

Response to a server_features request.

Enums

Error

Errors

Param

A single parameter of a Request

Traits

ToElectrumScriptHash

Trait used to convert a struct into the Electrum representation of an address

Type Definitions

ScriptHash

Format used by the Electrum server to identify an address. The reverse sha256 hash of the scriptPubKey. Documented here.

ScriptStatus

Binary blob that condenses all the activity of an address. Used to detect changes without having to compare potentially long lists of transactions.