[#Consensus-Params-PowTargetSpacing] = xref:Consensus.adoc[Consensus]::xref:Consensus/Params.adoc[Params]::PowTargetSpacing :relfileprefix: ../../ :mrdocs: Returns the target spacing between blocks. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::chrono::seconds PowTargetSpacing() const; ---- == Return Value The configured block spacing as a duration in seconds. [.small]#Created with https://www.mrdocs.com[MrDocs]#