Scorum
|
Namespaces | |
detail | |
impl | |
Classes | |
class | account_history_api |
struct | signed_block_api_obj |
struct | block_api_operation_object |
struct | block_api_object |
class | blockchain_history_api |
class | blockchain_history_plugin |
class | devcommittee_history_api |
struct | applied_operation |
struct | applied_withdraw_operation |
class | operation_object |
class | filtered_operation_object |
Enumerations | |
enum class | applied_operation_type { all = 0 , not_virt , virt , market } |
enum | blockchain_history_object_type { operations_history = (BLOCKCHAIN_HISTORY_SPACE_ID << 8) , account_all_operations_history , account_scr_to_scr_transfers_history , account_scr_to_sp_transfers_history , account_sp_to_scr_withdrawals_history , filtered_not_virt_operations_history , filtered_virt_operations_history , filtered_market_operations_history , devcommittee_all_operations_history , devcommittee_scr_to_scr_transfers_history , devcommittee_sp_to_scr_withdrawals_history } |
using scorum::blockchain_history::account_history_index = typedef shared_multi_index_container<history_object_t, indexed_by<ordered_unique<tag<by_id>, member<history_object_t, typename history_object_t::id_type, &history_object_t::id> >, ordered_unique<tag<by_account>, composite_key<history_object_t, member<history_object_t, account_name_type, &history_object_t::account>, member<history_object_t, uint32_t, &history_object_t::sequence> >, composite_key_compare<std::less<account_name_type>, std::greater<uint32_t> >> >> |
Definition at line 70 of file history_object.hpp.
using scorum::blockchain_history::account_history_object = typedef impl::account_history_object<account_all_operations_history> |
Definition at line 102 of file history_object.hpp.
using scorum::blockchain_history::account_operations_full_history_index = typedef account_history_index<account_history_object> |
Definition at line 114 of file history_object.hpp.
using scorum::blockchain_history::account_transfers_to_scr_history_index = typedef account_history_index<account_transfers_to_scr_history_object> |
Definition at line 115 of file history_object.hpp.
using scorum::blockchain_history::account_transfers_to_scr_history_object = typedef impl::account_history_object<account_scr_to_scr_transfers_history> |
Definition at line 103 of file history_object.hpp.
using scorum::blockchain_history::account_transfers_to_sp_history_index = typedef account_history_index<account_transfers_to_sp_history_object> |
Definition at line 116 of file history_object.hpp.
using scorum::blockchain_history::account_transfers_to_sp_history_object = typedef impl::account_history_object<account_scr_to_sp_transfers_history> |
Definition at line 104 of file history_object.hpp.
using scorum::blockchain_history::account_withdrawals_to_scr_history_index = typedef account_history_index<account_withdrawals_to_scr_history_object> |
Definition at line 117 of file history_object.hpp.
using scorum::blockchain_history::account_withdrawals_to_scr_history_object = typedef impl::withdrawals_account_history_object<account_sp_to_scr_withdrawals_history> |
Definition at line 105 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_history_index = typedef shared_multi_index_container<history_object_t, indexed_by<ordered_unique<tag<by_id>, member<history_object_t, typename history_object_t::id_type, &history_object_t::id> >, ordered_unique<tag<by_id_desc>, member<history_object_t, typename history_object_t::id_type, &history_object_t::id>, std::greater<typename history_object_t::id_type> >> > |
Definition at line 90 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_history_object = typedef impl::devcommittee_history_object<devcommittee_all_operations_history> |
Definition at line 108 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_operations_full_history_index = typedef devcommittee_history_index<devcommittee_history_object> |
Definition at line 119 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_transfers_to_scr_history_index = typedef devcommittee_history_index<devcommittee_transfers_to_scr_history_object> |
Definition at line 120 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_transfers_to_scr_history_object = typedef impl::devcommittee_history_object<devcommittee_scr_to_scr_transfers_history> |
Definition at line 109 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_withdrawals_to_scr_history_index = typedef devcommittee_history_index<devcommittee_withdrawals_to_scr_history_object> |
Definition at line 122 of file history_object.hpp.
using scorum::blockchain_history::devcommittee_withdrawals_to_scr_history_object = typedef impl::withdrawals_devcommittee_history_object<devcommittee_sp_to_scr_withdrawals_history> |
Definition at line 111 of file history_object.hpp.
using scorum::blockchain_history::filtered_market_operations_history_index = typedef filtered_operation_index<filtered_market_operations_history> |
Definition at line 110 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_market_operations_history_object = typedef filtered_operation_object<filtered_market_operations_history> |
Definition at line 106 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_not_virt_operations_history_index = typedef filtered_operation_index<filtered_not_virt_operations_history> |
Definition at line 108 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_not_virt_operations_history_object = typedef filtered_operation_object<filtered_not_virt_operations_history> |
Definition at line 104 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_operation_index = typedef shared_multi_index_container<filtered_operation_object<OperationType>, indexed_by<ordered_unique<tag<by_id>, member<filtered_operation_object<OperationType>, typename filtered_operation_object<OperationType>:: id_type, &filtered_operation_object<OperationType>::id> >> > |
Definition at line 96 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_virt_operations_history_index = typedef filtered_operation_index<filtered_virt_operations_history> |
Definition at line 109 of file operation_objects.hpp.
using scorum::blockchain_history::filtered_virt_operations_history_object = typedef filtered_operation_object<filtered_virt_operations_history> |
Definition at line 105 of file operation_objects.hpp.
Definition at line 81 of file operation_objects.hpp.
Enumerator | |
---|---|
all | |
not_virt | |
virt | |
market |
Definition at line 42 of file applied_operation.hpp.
Definition at line 25 of file blockchain_objects.hpp.