PrevUpHomeNext

Consensus::gotTxSet

Process a transaction set, typically acquired from the network.

Synopsis
void
gotTxSet(
    NetClock::time_point const& now,
    TxSet_t const& txSet);
Description
Parameters

Name

Description

now

The network adjusted time

txSet

the transaction set


PrevUpHomeNext