28 namespace graphene {
namespace chain {
30 class vesting_balance_create_evaluator;
31 class vesting_balance_withdraw_evaluator;
vesting_balance_withdraw_operation operation_type
vesting_balance_create_operation operation_type
Create a vesting balance.The chain allows a user to create a vesting balance. Normally, vesting balances are created automatically as part of cashback and worker operations. This operation allows vesting balances to be created manually as well.
object_id_type do_apply(const vesting_balance_create_operation &op)
Withdraw from a vesting balance.Withdrawal from a not-completely-mature vesting balance will result i...
void_result do_evaluate(const vesting_balance_create_operation &op)