BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::custom_operations::account_storage_object Struct Reference

#include <custom_objects.hpp>

Inheritance diagram for graphene::custom_operations::account_storage_object:
graphene::db::abstract_object< account_storage_object, CUSTOM_OPERATIONS_SPACE_ID, static_cast< uint8_t >(custom_operations_object_types::account_map)> graphene::db::base_abstract_object< account_storage_object > graphene::db::object

Public Attributes

account_id_type account
 
string catalog
 
string key
 
optional< variantvalue
 
- 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< objectclone () 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< objectclone () 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
 

Detailed Description

Definition at line 41 of file custom_objects.hpp.

Member Data Documentation

◆ account

account_id_type graphene::custom_operations::account_storage_object::account

Definition at line 44 of file custom_objects.hpp.

◆ catalog

string graphene::custom_operations::account_storage_object::catalog

Definition at line 45 of file custom_objects.hpp.

◆ key

string graphene::custom_operations::account_storage_object::key

Definition at line 46 of file custom_objects.hpp.

◆ value

optional<variant> graphene::custom_operations::account_storage_object::value

Definition at line 47 of file custom_objects.hpp.


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