rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
xrpl::LocalTx Class Reference
Collaboration diagram for xrpl::LocalTx:
Collaboration graph
[legend]

Public Member Functions

 LocalTx (LedgerIndex index, std::shared_ptr< STTx const > const &txn)
 
uint256 const & getID () const
 
SeqProxy getSeqProxy () const
 
bool isExpired (LedgerIndex i) const
 
std::shared_ptr< STTx const > const & getTX () const
 
AccountID const & getAccount () const
 

Private Attributes

std::shared_ptr< STTx const > m_txn
 
LedgerIndex m_expire
 
uint256 m_id
 
AccountID m_account
 
SeqProxy m_seqProxy
 

Detailed Description

Definition at line 34 of file LocalTxs.cpp.

Constructor & Destructor Documentation

◆ LocalTx()

xrpl::LocalTx::LocalTx ( LedgerIndex  index,
std::shared_ptr< STTx const > const &  txn 
)

Definition at line 37 of file LocalTxs.cpp.

Member Function Documentation

◆ getID()

uint256 const & xrpl::LocalTx::getID ( ) const

Definition at line 49 of file LocalTxs.cpp.

◆ getSeqProxy()

SeqProxy xrpl::LocalTx::getSeqProxy ( ) const

Definition at line 55 of file LocalTxs.cpp.

◆ isExpired()

bool xrpl::LocalTx::isExpired ( LedgerIndex  i) const

Definition at line 61 of file LocalTxs.cpp.

◆ getTX()

std::shared_ptr< STTx const > const & xrpl::LocalTx::getTX ( ) const

Definition at line 67 of file LocalTxs.cpp.

◆ getAccount()

AccountID const & xrpl::LocalTx::getAccount ( ) const

Definition at line 73 of file LocalTxs.cpp.

Member Data Documentation

◆ m_txn

std::shared_ptr<STTx const> xrpl::LocalTx::m_txn
private

Definition at line 79 of file LocalTxs.cpp.

◆ m_expire

LedgerIndex xrpl::LocalTx::m_expire
private

Definition at line 80 of file LocalTxs.cpp.

◆ m_id

uint256 xrpl::LocalTx::m_id
private

Definition at line 81 of file LocalTxs.cpp.

◆ m_account

AccountID xrpl::LocalTx::m_account
private

Definition at line 82 of file LocalTxs.cpp.

◆ m_seqProxy

SeqProxy xrpl::LocalTx::m_seqProxy
private

Definition at line 83 of file LocalTxs.cpp.