[][src]Type Definition electrum_client::types::ScriptHash

type ScriptHash = [u8; 32];

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