A script‐hash destination for a P2SH address.
Synopsis
Declared in <addresstype.h>
struct ScriptHash
: BaseHash<uint160>
Base Classes
Name |
Description |
Wraps a fixed‐size hash value and exposes byte‐range access to it. |
Member Functions
Name |
Description |
|
Constructors |
Returns the hexadecimal string representation of the hash. |
|
|
|
|
|
|
|
Returns the number of bytes in the hash. |
|
Converts the hash to a byte vector. |
|
Compares two hashes for equality. |
|
Orders two hashes. |
Protected Data Members
Name |
Description |
The wrapped hash value. |
Non-Member Functions
Name |
Description |
Convert a script‐hash destination back to a script identifier. |
Created with MrDocs