Type Alias electrum_client::ScriptStatus

source ·
pub type ScriptStatus = Hex32Bytes;
Expand description

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

Aliased Type§

struct ScriptStatus(/* private fields */);