[#SignatureData-hash256_preimages] = xref:SignatureData.adoc[SignatureData]::hash256_preimages :relfileprefix: ../ :mrdocs: Mapping from a HASH256 hash to its preimage provided to solve a Script == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<std::vector<uint8_t>, std::vector<uint8_t>> hash256_preimages; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#