Scorum
|
#include <operation_objects.hpp>
Public Types | |
typedef object< operations_history, operation_object >::id_type | id_type |
Public Attributes | |
id_type | id |
transaction_id_type | trx_id |
uint32_t | block = 0 |
uint32_t | trx_in_block = 0 |
uint16_t | op_in_trx = 0 |
fc::time_point_sec | timestamp |
fc::shared_buffer | serialized_op |
Definition at line 22 of file operation_objects.hpp.
typedef object<operations_history, operation_object>::id_type scorum::blockchain_history::operation_object::id_type |
Definition at line 27 of file operation_objects.hpp.
uint32_t scorum::blockchain_history::operation_object::block = 0 |
Definition at line 32 of file operation_objects.hpp.
id_type scorum::blockchain_history::operation_object::id |
Definition at line 29 of file operation_objects.hpp.
uint16_t scorum::blockchain_history::operation_object::op_in_trx = 0 |
Definition at line 34 of file operation_objects.hpp.
fc::shared_buffer scorum::blockchain_history::operation_object::serialized_op |
Definition at line 36 of file operation_objects.hpp.
fc::time_point_sec scorum::blockchain_history::operation_object::timestamp |
Definition at line 35 of file operation_objects.hpp.
transaction_id_type scorum::blockchain_history::operation_object::trx_id |
Definition at line 31 of file operation_objects.hpp.
uint32_t scorum::blockchain_history::operation_object::trx_in_block = 0 |
Definition at line 33 of file operation_objects.hpp.