Scorum
Namespaces | Macros | Enumerations
blockchain_objects.hpp File Reference
#include <scorum/chain/schema/scorum_object_types.hpp>

Go to the source code of this file.

Namespaces

 scorum
 
 scorum::blockchain_history
 

Macros

#define BLOCKCHAIN_HISTORY_SPACE_ID   7
 

Enumerations

enum  scorum::blockchain_history::blockchain_history_object_type {
  scorum::blockchain_history::operations_history = (BLOCKCHAIN_HISTORY_SPACE_ID << 8) , scorum::blockchain_history::account_all_operations_history , scorum::blockchain_history::account_scr_to_scr_transfers_history , scorum::blockchain_history::account_scr_to_sp_transfers_history ,
  scorum::blockchain_history::account_sp_to_scr_withdrawals_history , scorum::blockchain_history::filtered_not_virt_operations_history , scorum::blockchain_history::filtered_virt_operations_history , scorum::blockchain_history::filtered_market_operations_history ,
  scorum::blockchain_history::devcommittee_all_operations_history , scorum::blockchain_history::devcommittee_scr_to_scr_transfers_history , scorum::blockchain_history::devcommittee_sp_to_scr_withdrawals_history
}
 

Macro Definition Documentation

◆ BLOCKCHAIN_HISTORY_SPACE_ID

#define BLOCKCHAIN_HISTORY_SPACE_ID   7

Definition at line 17 of file blockchain_objects.hpp.