|
xrpld
|

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 > | txn_ |
| LedgerIndex | expire_ |
| uint256 | id_ |
| AccountID | account_ |
| SeqProxy | seqProxy_ |
Definition at line 46 of file LocalTxs.cpp.
| xrpl::LocalTx::LocalTx | ( | LedgerIndex | index, |
| std::shared_ptr< STTx const > const & | txn ) |
Definition at line 49 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 61 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 67 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 73 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 79 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 85 of file LocalTxs.cpp.
|
private |
Definition at line 91 of file LocalTxs.cpp.
|
private |
Definition at line 92 of file LocalTxs.cpp.
|
private |
Definition at line 93 of file LocalTxs.cpp.
|
private |
Definition at line 94 of file LocalTxs.cpp.
|
private |
Definition at line 95 of file LocalTxs.cpp.