[#SignatureData-sha256_preimages] = xref:SignatureData.adoc[SignatureData]::sha256_preimages :relfileprefix: ../ :mrdocs: Mapping from a SHA256 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>> sha256_preimages; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#