|
Wire Sysio Wire Sysion 1.0.0
|
#include <trace_converter.hpp>
Public Member Functions | |
| void | add_transaction (const transaction_trace_ptr &trace, const chain::packed_transaction_ptr &transaction) |
| bytes | pack (const chainbase::database &db, bool trace_debug_mode, const block_state_ptr &block_state) |
Public Attributes | |
| std::map< transaction_id_type, augmented_transaction_trace > | cached_traces |
| std::optional< augmented_transaction_trace > | onblock_trace |
Definition at line 12 of file trace_converter.hpp.
| void sysio::state_history::trace_converter::add_transaction | ( | const transaction_trace_ptr & | trace, |
| const chain::packed_transaction_ptr & | transaction ) |
Definition at line 7 of file trace_converter.cpp.


| bytes sysio::state_history::trace_converter::pack | ( | const chainbase::database & | db, |
| bool | trace_debug_mode, | ||
| const block_state_ptr & | block_state ) |
Definition at line 18 of file trace_converter.cpp.


| std::map<transaction_id_type, augmented_transaction_trace> sysio::state_history::trace_converter::cached_traces |
Definition at line 13 of file trace_converter.hpp.
| std::optional<augmented_transaction_trace> sysio::state_history::trace_converter::onblock_trace |
Definition at line 14 of file trace_converter.hpp.