Computes the serialization‐agnostic size measure of an output script.
Synopsis
Declared in <kernel/coinstats.h>
uint64_t
GetBogoSize(CScript const& script_pub_key);
Return Value
The bogo size of the script.
Parameters
Name |
Description |
script_pub_key |
The output script to measure. |
Created with MrDocs