BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::vesting_balance_worker_type Struct Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ pay_worker()

void graphene::chain::vesting_balance_worker_type::pay_worker ( share_type  pay,
database db 
)

Definition at line 115 of file worker_evaluator.cpp.

Member Data Documentation

◆ balance

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.


The documentation for this struct was generated from the following files: