PrevUpHomeNext

RCLTxSet::MutableTxSet::insert

Insert a new transaction into the set.

Synopsis
bool
insert(
    Tx const& t);
Description
Parameters

Name

Description

t

The transaction to insert.

Return Value

Whether the transaction took place.


PrevUpHomeNext