[#SigHashCache-Store] = xref:SigHashCache.adoc[SigHashCache]::Store :relfileprefix: ../ :mrdocs: Store into this cache object the provided SHA256 midstate. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Store( int32_t hash_type, xref:CScript.adoc[CScript] const& script_code, xref:HashWriter.adoc[HashWriter] const& writer) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash_type* | The sighash type selecting the cache entry. | *script_code* | The scriptCode the midstate is computed for. | *writer* | The SHA256 midstate to cache. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#