|
| | TxMeta (uint256 const &transactionID, std::uint32_t ledger) |
| |
| | TxMeta (uint256 const &txID, std::uint32_t ledger, Blob const &) |
| |
| | TxMeta (uint256 const &txID, std::uint32_t ledger, STObject const &) |
| |
| uint256 const & | getTxID () const |
| |
| std::uint32_t | getLgrSeq () const |
| |
| int | getResult () const |
| |
| TER | getResultTER () const |
| |
| std::uint32_t | getIndex () const |
| |
| void | setAffectedNode (uint256 const &, SField const &type, std::uint16_t nodeType) |
| |
| STObject & | getAffectedNode (SLE::ref node, SField const &type) |
| |
| STObject & | getAffectedNode (uint256 const &) |
| |
| boost::container::flat_set< AccountID > | getAffectedAccounts () const |
| | Return a list of accounts affected by this transaction.
|
| |
| Json::Value | getJson (JsonOptions p) const |
| |
| void | addRaw (Serializer &, TER, std::uint32_t index) |
| |
| STObject | getAsObject () const |
| |
| STArray & | getNodes () |
| |
| STArray const & | getNodes () const |
| |
| void | setAdditionalFields (STObject const &obj) |
| |
| std::optional< STAmount > const & | getDeliveredAmount () const |
| |
| void | setDeliveredAmount (std::optional< STAmount > const &amount) |
| |
| void | setParentBatchID (std::optional< uint256 > const &id) |
| |
Definition at line 15 of file TxMeta.h.