Type Alias ScriptHash

Source
pub type ScriptHash = Hex32Bytes;
Expand description

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

Aliased Typeยง

struct ScriptHash(/* private fields */);