Get the hash of the concatenated wtxids of transactions, with wtxids treated as a little-endian numbers and sorted in ascending numeric order.
Declared in <policy/packages.h>
uint256
GetPackageHash(std::vector<CTransactionRef> const& transactions);
The hash identifying the package.
| Name | Description |
|---|---|
| transactions | Transactions whose sorted wtxids are hashed together. |