[#kernel-GetBogoSize] = xref:kernel.adoc[kernel]::GetBogoSize :relfileprefix: ../ :mrdocs: Computes the serialization‐agnostic size measure of an output script. == Synopsis Declared in `<kernel/coinstats.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t GetBogoSize(xref:CScript.adoc[CScript] const& script_pub_key); ---- == Return Value The bogo size of the script. == Parameters [cols="1,4"] |=== | Name| Description | *script_pub_key* | The output script to measure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#