Scorum
Public Types | Public Attributes | List of all members
scorum::blockchain_history::operation_object Class Reference

#include <operation_objects.hpp>

Inheritance diagram for scorum::blockchain_history::operation_object:

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
 

Detailed Description

Definition at line 22 of file operation_objects.hpp.

Member Typedef Documentation

◆ id_type

Definition at line 27 of file operation_objects.hpp.

Member Data Documentation

◆ block

uint32_t scorum::blockchain_history::operation_object::block = 0

Definition at line 32 of file operation_objects.hpp.

◆ id

id_type scorum::blockchain_history::operation_object::id

Definition at line 29 of file operation_objects.hpp.

◆ op_in_trx

uint16_t scorum::blockchain_history::operation_object::op_in_trx = 0

Definition at line 34 of file operation_objects.hpp.

◆ serialized_op

fc::shared_buffer scorum::blockchain_history::operation_object::serialized_op

Definition at line 36 of file operation_objects.hpp.

◆ timestamp

fc::time_point_sec scorum::blockchain_history::operation_object::timestamp

Definition at line 35 of file operation_objects.hpp.

◆ trx_id

transaction_id_type scorum::blockchain_history::operation_object::trx_id

Definition at line 31 of file operation_objects.hpp.

◆ trx_in_block

uint32_t scorum::blockchain_history::operation_object::trx_in_block = 0

Definition at line 33 of file operation_objects.hpp.


The documentation for this class was generated from the following file: