BitShares-Core
5.1.0
BitShares blockchain implementation and command-line interface software
|
Namespaces | |
detail | |
Classes | |
struct | account_storage_map |
struct | account_storage_object |
class | custom_generic_evaluator |
class | custom_operations_plugin |
Typedefs | |
typedef multi_index_container< account_storage_object, indexed_by< ordered_unique< tag< by_id >, member< object, object_id_type,&object::id > >, ordered_unique< tag< by_account_catalog_key >, composite_key< account_storage_object, member< account_storage_object, account_id_type,&account_storage_object::account >, member< account_storage_object, string,&account_storage_object::catalog >, member< account_storage_object, string,&account_storage_object::key > > > >> | account_storage_multi_index_type |
typedef generic_index< account_storage_object, account_storage_multi_index_type > | account_storage_index |
using | account_storage_id_type = object_id< CUSTOM_OPERATIONS_SPACE_ID, account_map > |
typedef fc::static_variant< account_storage_map > | custom_plugin_operation |
Enumerations | |
enum | types { account_map = 0 } |
using graphene::custom_operations::account_storage_id_type = typedef object_id<CUSTOM_OPERATIONS_SPACE_ID, account_map> |
Definition at line 72 of file custom_objects.hpp.
typedef generic_index<account_storage_object, account_storage_multi_index_type> graphene::custom_operations::account_storage_index |
Definition at line 70 of file custom_objects.hpp.
typedef multi_index_container< account_storage_object, indexed_by< ordered_unique< tag<by_id>, member< object, object_id_type, &object::id > >, ordered_unique< tag<by_account_catalog_key>, composite_key< account_storage_object, member< account_storage_object, account_id_type, &account_storage_object::account >, member< account_storage_object, string, &account_storage_object::catalog >, member< account_storage_object, string, &account_storage_object::key > > > >> graphene::custom_operations::account_storage_multi_index_type |
Definition at line 54 of file custom_objects.hpp.
typedef fc::static_variant<account_storage_map> graphene::custom_operations::custom_plugin_operation |
Definition at line 59 of file custom_operations_plugin.hpp.
Enumerator | |
---|---|
account_map |
Definition at line 39 of file custom_objects.hpp.