PrevUpHomeNext

RCLCxTraits::TxSet_t

TxSet type presented to Consensus.

Synopsis
using TxSet_t = RCLTxSet;

RCLCxTraits::TxSet_t

ripple::RCLTxSet

ripple__RCLTxSet

Types

Name

Description

ID

Unique identifier/hash of the set of transactions.

Tx

The type that corresponds to a single transaction.

MutableTxSet

Member Functions

Name

Description

RCLTxSet

Constructor.

Constructor from a previosly created MutableTxSet.

compare

Find transactions not in common between this and another transaction set.

exists

Test if a transaction is in the set.

find

Lookup a transaction.

id

The unique ID/hash of the transaction set.

mutableSet

Get a mutable view of the tx set.

Data Members

Name

Description

map_

The SHAMap representing the transactions.

RCLTxSet is a thin wrapper over a SHAMap that stores the set of transactions.

Description
Header

#include <ripple/app/consensus/RCLConsensus.h>


PrevUpHomeNext