[#GetPackageHash] = GetPackageHash :mrdocs: Get the hash of the concatenated wtxids of transactions, with wtxids treated as a little‐endian numbers and sorted in ascending numeric order. == Synopsis Declared in `<policy/packages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] GetPackageHash(std::vector<CTransactionRef> const& transactions); ---- == Return Value The hash identifying the package. == Parameters [cols="1,4"] |=== | Name| Description | *transactions* | Transactions whose sorted wtxids are hashed together. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#