15 explicit Log(std::shared_ptr<::taraxa::final_chain::FinalChain> final_chain,
16 std::shared_ptr<::taraxa::TransactionManager> trx_manager,
17 std::shared_ptr<const Transaction> transaction,
::taraxa::LogEntry log,
int index)
noexcept;
20 std::shared_ptr<object::Account>
getAccount(std::optional<response::Value>&& blockArg)
const noexcept;
21 std::vector<response::Value>
getTopics()
const noexcept;
22 response::Value
getData()
const noexcept;
23 std::shared_ptr<object::Transaction>
getTransaction()
const noexcept;
29 const ::taraxa::LogEntry
kLog;
Definition receipt.hpp:11