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

#include <witness_object.hpp>

Inheritance diagram for graphene::chain::witness_object:
graphene::db::abstract_object< witness_object, protocol_ids, witness_object_type > graphene::db::base_abstract_object< witness_object > graphene::db::object

Public Attributes

account_id_type witness_account
 
uint64_t last_aslot = 0
 
public_key_type signing_key
 
optional< vesting_balance_id_type > pay_vb
 
vote_id_type vote_id { vote_id_type::witness }
 
uint64_t total_votes = 0
 
string url
 
int64_t total_missed = 0
 
uint32_t last_confirmed_block_num = 0
 
- Public Attributes inherited from graphene::db::object
object_id_type id
 

Additional Inherited Members

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

Detailed Description

Definition at line 32 of file witness_object.hpp.

Member Data Documentation

◆ last_aslot

uint64_t graphene::chain::witness_object::last_aslot = 0

Definition at line 36 of file witness_object.hpp.

◆ last_confirmed_block_num

uint32_t graphene::chain::witness_object::last_confirmed_block_num = 0

Definition at line 43 of file witness_object.hpp.

◆ pay_vb

optional< vesting_balance_id_type > graphene::chain::witness_object::pay_vb

Definition at line 38 of file witness_object.hpp.

◆ signing_key

public_key_type graphene::chain::witness_object::signing_key

Definition at line 37 of file witness_object.hpp.

◆ total_missed

int64_t graphene::chain::witness_object::total_missed = 0

Definition at line 42 of file witness_object.hpp.

◆ total_votes

uint64_t graphene::chain::witness_object::total_votes = 0

Definition at line 40 of file witness_object.hpp.

◆ url

string graphene::chain::witness_object::url

Definition at line 41 of file witness_object.hpp.

◆ vote_id

vote_id_type graphene::chain::witness_object::vote_id { vote_id_type::witness }

Definition at line 39 of file witness_object.hpp.

◆ witness_account

account_id_type graphene::chain::witness_object::witness_account

Definition at line 35 of file witness_object.hpp.


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