PrevUpHomeNext

LedgerTrie::insert

Insert and/or increment the support for the given ledger.

Synopsis
void
insert(
    Ledger const& ledger,
    std::uint32_t count = 1);
Description
Parameters

Name

Description

ledger

A ledger and its ancestry

count

The count of support for this ledger


PrevUpHomeNext