|
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 47 of file LocalTxs.cpp.
| xrpl::LocalTx::LocalTx | ( | LedgerIndex | index, |
| std::shared_ptr< STTx const > const & | txn ) |
Definition at line 50 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 62 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 68 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 74 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 80 of file LocalTxs.cpp.
|
nodiscard |
Definition at line 86 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.
|
private |
Definition at line 96 of file LocalTxs.cpp.