Scorum
steemit_bounty_account_initializator.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace scorum {
8 namespace chain {
9 namespace genesis {
10 
12 {
13  virtual void on_apply(initializator_context&);
14 
15 private:
16  bool is_steemit_pool_exists(initializator_context&);
17  void check_accounts(initializator_context& ctx);
18 };
19 }
20 }
21 }
Definition: asset.cpp:15