[#GetTarget] = GetTarget :mrdocs: * Get the target for a given block index. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] GetTarget( xref:CBlockIndex.adoc[CBlockIndex] const& blockindex, xref:uint256.adoc[uint256] pow_limit); ---- == Return Value the target == Parameters [cols="1,4"] |=== | Name| Description | *blockindex* [in] | the block | *pow_limit* [in] | PoW limit (consensus parameter) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#