|
| | TxMeta (uint256 const &transactionID, std::uint32_t ledger, std::optional< uint256 > parentBatchId=std::nullopt) |
| |
| | TxMeta (uint256 const &txID, std::uint32_t ledger, Blob const &) |
| |
| | TxMeta (uint256 const &txID, std::uint32_t ledger, std::string 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 | setDeliveredAmount (STAmount const &delivered) |
| |
| STAmount | getDeliveredAmount () const |
| |
| bool | hasDeliveredAmount () const |
| |
| void | setParentBatchId (uint256 const &parentBatchId) |
| |
| uint256 | getParentBatchId () const |
| |
| bool | hasParentBatchId () const |
| |
Definition at line 34 of file TxMeta.h.