BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <wallet_structs.hpp>
Public Attributes | |
flat_set< worker_id_type > | vote_for |
flat_set< worker_id_type > | vote_against |
flat_set< worker_id_type > | vote_abstain |
Definition at line 222 of file wallet_structs.hpp.
flat_set<worker_id_type> graphene::wallet::worker_vote_delta::vote_abstain |
Definition at line 226 of file wallet_structs.hpp.
flat_set<worker_id_type> graphene::wallet::worker_vote_delta::vote_against |
Definition at line 225 of file wallet_structs.hpp.
flat_set<worker_id_type> graphene::wallet::worker_vote_delta::vote_for |
Definition at line 224 of file wallet_structs.hpp.