PrevUpHomeNext

RCLTxSet

Represents a set of transactions in RCLConsensus.

Synopsis
class 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.

Description

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

Header

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


PrevUpHomeNext