PrevUpHomeNext

RCLCxTx

Represents a transaction in RCLConsensus.

Synopsis
class RCLCxTx
Types

Name

Description

ID

Unique identifier/hash of transaction.

Member Functions

Name

Description

RCLCxTx

Constructor.

id

The unique identifier/hash of the transaction.

Data Members

Name

Description

tx_

The SHAMapItem that represents the transaction.

Description

RCLCxTx is a thin wrapper over the SHAMapItem that corresponds to the transaction.

Header

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


PrevUpHomeNext