BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <witness_object.hpp>
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< 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< witness_object, protocol_ids, witness_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
Definition at line 32 of file witness_object.hpp.
uint64_t graphene::chain::witness_object::last_aslot = 0 |
Definition at line 36 of file witness_object.hpp.
uint32_t graphene::chain::witness_object::last_confirmed_block_num = 0 |
Definition at line 43 of file witness_object.hpp.
optional< vesting_balance_id_type > graphene::chain::witness_object::pay_vb |
Definition at line 38 of file witness_object.hpp.
public_key_type graphene::chain::witness_object::signing_key |
Definition at line 37 of file witness_object.hpp.
int64_t graphene::chain::witness_object::total_missed = 0 |
Definition at line 42 of file witness_object.hpp.
uint64_t graphene::chain::witness_object::total_votes = 0 |
Definition at line 40 of file witness_object.hpp.
string graphene::chain::witness_object::url |
Definition at line 41 of file witness_object.hpp.
vote_id_type graphene::chain::witness_object::vote_id { vote_id_type::witness } |
Definition at line 39 of file witness_object.hpp.
account_id_type graphene::chain::witness_object::witness_account |
Definition at line 35 of file witness_object.hpp.