PrevUpHomeNext

LedgerTrie::branchSupport

Return the count of branch support for the specific ledger.

Synopsis
std::uint32_t
branchSupport(
    Ledger const& ledger) const;
Description
Parameters

Name

Description

ledger

The ledger to lookup

Return Value

The number of entries in the trie for this ledger or a descendent


PrevUpHomeNext