PrevUpHomeNext

RCLTxSet::Tx

The type that corresponds to a single transaction.

Synopsis
using Tx = RCLCxTx;

RCLTxSet::Tx

ripple::RCLCxTx

ripple__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.

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

Description
Header

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


PrevUpHomeNext