Scorum
dev_pool_initializator.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace scorum {
8 namespace chain {
9 
10 class account_object;
11 
14 
15 namespace genesis {
16 
18 {
19  virtual void on_apply(initializator_context&);
20 
21 private:
22  void setup_dev_pool(initializator_context&);
23 };
24 
25 } // namespace genesis
26 } // namespace chain
27 } // namespace scorum
fc::fixed_string_16 account_name_type
Definition: types.hpp:62
Definition: asset.cpp:15