|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <custom_objects.hpp>
Public Attributes | |
| account_id_type | account |
| string | catalog |
| string | key |
| optional< variant > | value |
Public Attributes inherited from graphene::db::object | |
| object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< account_storage_object, CUSTOM_OPERATIONS_SPACE_ID, static_cast< uint8_t >(custom_operations_object_types::account_map)> | |
| abstract_object () | |
| object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< account_storage_object > | |
| std::unique_ptr< object > | clone () const override |
| void | move_from (object &obj) override |
| fc::variant | to_variant () const override |
| std::vector< char > | pack () const override |
| object ()=default | |
| object (uint8_t space_id, uint8_t type_id) | |
Public Member Functions inherited from graphene::db::object | |
| object ()=default | |
| object (uint8_t space_id, uint8_t type_id) | |
| virtual | ~object ()=default |
| virtual std::unique_ptr< object > | clone () const =0 |
| virtual fc::variant | to_variant () const =0 |
| virtual std::vector< char > | pack () const =0 |
Static Public Attributes inherited from graphene::db::abstract_object< account_storage_object, CUSTOM_OPERATIONS_SPACE_ID, static_cast< uint8_t >(custom_operations_object_types::account_map)> | |
| static constexpr uint8_t | space_id |
| static constexpr uint8_t | type_id |
Definition at line 41 of file custom_objects.hpp.
| account_id_type graphene::custom_operations::account_storage_object::account |
Definition at line 44 of file custom_objects.hpp.
| string graphene::custom_operations::account_storage_object::catalog |
Definition at line 45 of file custom_objects.hpp.
| string graphene::custom_operations::account_storage_object::key |
Definition at line 46 of file custom_objects.hpp.
| optional<variant> graphene::custom_operations::account_storage_object::value |
Definition at line 47 of file custom_objects.hpp.
1.8.17