[#CCoinsViewCache-EmplaceCoinInternalDANGER] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::EmplaceCoinInternalDANGER :relfileprefix: ../ :mrdocs: Emplace a coin into cacheCoins without performing any checks, marking the emplaced coin as dirty. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EmplaceCoinInternalDANGER( xref:COutPoint.adoc[COutPoint] const& outpoint, xref:Coin-04.adoc[Coin]&& coin); ---- == Description NOT FOR GENERAL USE. Used only when loading coins from a UTXO snapshot. == Parameters [cols="1,4"] |=== | Name| Description | *outpoint* | The outpoint to add the coin under. | *coin* | The coin to emplace (moved into the cache). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#