BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::chain::committee_member_object Class Reference

tracks information about a committee_member account. More...

#include <committee_member_object.hpp>

Inheritance diagram for graphene::chain::committee_member_object:
graphene::db::abstract_object< committee_member_object, protocol_ids, committee_member_object_type > graphene::db::base_abstract_object< committee_member_object > graphene::db::object

Public Attributes

account_id_type committee_member_account
 
vote_id_type vote_id
 
uint64_t total_votes = 0
 
string url
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

- Public Member Functions inherited from graphene::db::abstract_object< committee_member_object, protocol_ids, committee_member_object_type >
 abstract_object ()
 
object_id< SpaceID, TypeID > get_id () const
 
- Public Member Functions inherited from graphene::db::base_abstract_object< committee_member_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< committee_member_object, protocol_ids, committee_member_object_type >
static constexpr uint8_t space_id
 
static constexpr uint8_t type_id
 

Detailed Description

tracks information about a committee_member account.

A committee_member is responsible for setting blockchain parameters and has dynamic multi-sig control over the committee account. The current set of active committee_members has control.

committee_members were separated into a separate object to make iterating over the set of committee_member easy.

Definition at line 43 of file committee_member_object.hpp.

Member Data Documentation

◆ committee_member_account

account_id_type graphene::chain::committee_member_object::committee_member_account

Definition at line 47 of file committee_member_object.hpp.

◆ total_votes

uint64_t graphene::chain::committee_member_object::total_votes = 0

Definition at line 49 of file committee_member_object.hpp.

◆ url

string graphene::chain::committee_member_object::url

Definition at line 50 of file committee_member_object.hpp.

◆ vote_id

vote_id_type graphene::chain::committee_member_object::vote_id

Definition at line 48 of file committee_member_object.hpp.


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