kernel::GetBogoSize

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

NameDescription
script_pub_keyThe output script to measure.