Function FullNode.potentialExtraSigs

Count extra signatures that could be added to the provided header.

ulong potentialExtraSigs (
  BlockHeader header
) @safe;

For Validators this is overridden as it stores signatures and could add them to the header if missing.

Parameters

NameDescription
the block header fetched from another node

Returns

The number of signatures that could be added to the given header, FullNode does not store signatures so will return 0