This is the complete list of members for ripple::TxMeta, including all inherited members.
addRaw(Serializer &, TER, std::uint32_t index) | ripple::TxMeta | |
getAffectedAccounts() const | ripple::TxMeta | |
getAffectedNode(SLE::ref node, SField const &type) | ripple::TxMeta | |
getAffectedNode(uint256 const &) | ripple::TxMeta | |
getAsObject() const | ripple::TxMeta | |
getDeliveredAmount() const | ripple::TxMeta | |
getIndex() const | ripple::TxMeta | |
getJson(JsonOptions p) const | ripple::TxMeta | |
getLgrSeq() const | ripple::TxMeta | |
getNodes() | ripple::TxMeta | |
getNodes() const | ripple::TxMeta | |
getResult() const | ripple::TxMeta | |
getResultTER() const | ripple::TxMeta | |
getTxID() const | ripple::TxMeta | |
hasDeliveredAmount() const | ripple::TxMeta | |
mDelivered | ripple::TxMeta | private |
mIndex | ripple::TxMeta | private |
mLedger | ripple::TxMeta | private |
mNodes | ripple::TxMeta | private |
mResult | ripple::TxMeta | private |
mTransactionID | ripple::TxMeta | private |
setAffectedNode(uint256 const &, SField const &type, std::uint16_t nodeType) | ripple::TxMeta | |
setDeliveredAmount(STAmount const &delivered) | ripple::TxMeta | |
TxMeta(uint256 const &txID, std::uint32_t ledger, T const &data, CtorHelper) | ripple::TxMeta | private |
TxMeta(uint256 const &transactionID, std::uint32_t ledger) | ripple::TxMeta | |
TxMeta(uint256 const &txID, std::uint32_t ledger, Blob const &) | ripple::TxMeta | |
TxMeta(uint256 const &txID, std::uint32_t ledger, std::string const &) | ripple::TxMeta | |
TxMeta(uint256 const &txID, std::uint32_t ledger, STObject const &) | ripple::TxMeta | |