Scorum
process_account_registration_bonus_expiration.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace scorum {
8 
9 namespace chain {
10 namespace database_ns {
11 
13 {
14  virtual void on_apply(block_task_context&);
15 
16 private:
17  void return_funds(block_task_context&, const account_registration_bonus_object&);
18 };
19 }
20 }
21 }
Definition: asset.cpp:15