|
rippled
|

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 |
Definition at line 53 of file LocalTxs.cpp.
| ripple::LocalTx::LocalTx | ( | LedgerIndex | index, |
| std::shared_ptr< STTx const > const & | txn | ||
| ) |
Definition at line 56 of file LocalTxs.cpp.
| uint256 const & ripple::LocalTx::getID | ( | ) | const |
Definition at line 69 of file LocalTxs.cpp.
| SeqProxy ripple::LocalTx::getSeqProxy | ( | ) | const |
Definition at line 75 of file LocalTxs.cpp.
| bool ripple::LocalTx::isExpired | ( | LedgerIndex | i | ) | const |
Definition at line 81 of file LocalTxs.cpp.
| std::shared_ptr< STTx const > const & ripple::LocalTx::getTX | ( | ) | const |
Definition at line 87 of file LocalTxs.cpp.
| AccountID const & ripple::LocalTx::getAccount | ( | ) | const |
Definition at line 93 of file LocalTxs.cpp.
|
private |
Definition at line 99 of file LocalTxs.cpp.
|
private |
Definition at line 100 of file LocalTxs.cpp.
|
private |
Definition at line 101 of file LocalTxs.cpp.
|
private |
Definition at line 102 of file LocalTxs.cpp.
|
private |
Definition at line 103 of file LocalTxs.cpp.