|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
A worker who sends his pay to a vesting balance. More...
#include <worker_object.hpp>
Public Member Functions | |
| void | pay_worker (share_type pay, database &db) |
Public Attributes | |
| vesting_balance_id_type | balance |
| The balance this worker pays into. More... | |
A worker who sends his pay to a vesting balance.
This worker type takes all of his pay and places it into a vesting balance
Definition at line 74 of file worker_object.hpp.
| void graphene::chain::vesting_balance_worker_type::pay_worker | ( | share_type | pay, |
| database & | db | ||
| ) |
Definition at line 115 of file worker_evaluator.cpp.
| vesting_balance_id_type graphene::chain::vesting_balance_worker_type::balance |
The balance this worker pays into.
Definition at line 77 of file worker_object.hpp.
1.8.17