Scorum
create_nft_evaluator.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
8 
9 namespace scorum {
10 namespace chain {
11 
12 struct dynamic_global_property_service_i;
13 struct data_service_factory_i;
14 struct hardfork_property_service_i;
15 
16 class create_nft_evaluator : public evaluator_impl<data_service_factory_i, create_nft_evaluator>
17 {
18 public:
20 
22 
23  void do_apply(const operation_type& op);
24 
25 private:
28  dynamic_global_property_service_i& _dprop_service;
29  hardfork_property_service_i& _hardfork_service;
30 };
31 
32 } // namespace chain
33 } // namespace scorum
void do_apply(const operation_type &op)
create_nft_evaluator(data_service_factory_i &, dba::db_accessor< account_object > &, dba::db_accessor< nft_object > &)
Definition: asset.cpp:15