BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <budget_record_object.hpp>
Public Attributes | |
uint64_t | time_since_last_budget = 0 |
share_type | requested_witness_budget = 0 |
Witness budget requested by the committee. More... | |
share_type | total_budget = 0 |
Funds that can be released from reserve at maximum rate. More... | |
share_type | leftover_worker_funds = 0 |
Unused budget. More... | |
share_type | supply_delta = 0 |
Change in supply due to budget operations. More... | |
share_type | max_supply |
Maximum supply. More... | |
share_type | current_supply |
Current supply. More... | |
share_type | from_initial_reserve = 0 |
share_type | from_accumulated_fees = 0 |
share_type | from_unused_witness_budget = 0 |
share_type | witness_budget = 0 |
share_type | worker_budget = 0 |
Definition at line 30 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::current_supply |
Current supply.
Definition at line 63 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::from_accumulated_fees = 0 |
Definition at line 37 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::from_initial_reserve = 0 |
Sources of budget
Definition at line 36 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::from_unused_witness_budget = 0 |
Definition at line 38 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::leftover_worker_funds = 0 |
Unused budget.
Definition at line 54 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::max_supply |
Maximum supply.
Definition at line 60 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::requested_witness_budget = 0 |
Witness budget requested by the committee.
Definition at line 42 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::supply_delta = 0 |
Change in supply due to budget operations.
Definition at line 57 of file budget_record_object.hpp.
uint64_t graphene::chain::budget_record::time_since_last_budget = 0 |
Definition at line 32 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::total_budget = 0 |
Funds that can be released from reserve at maximum rate.
Definition at line 45 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::witness_budget = 0 |
Sinks of budget, should sum up to total_budget
Definition at line 49 of file budget_record_object.hpp.
share_type graphene::chain::budget_record::worker_budget = 0 |
Definition at line 50 of file budget_record_object.hpp.