Dash Core  0.12.2.1
P2P Digital Currency
governance-misc.h
Go to the documentation of this file.
1 // Copyright (c) 2014-2017 The Dash Core developers
2 
3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef GOVERNANCE_MISC_H
6 #define GOVERNANCE_MISC_H
7 
8 #include "validation.h"
9 #include "governance.h"
10 #include "init.h"
11 
12 using namespace std;
13 
14 class CGovernanceVote;
15 
27 // class CGovernanceTrigger
28 // {
29 // static &T IsBlockBanned(int n)
30 // {
31 
32 // }
33 // };
34 
35 // /*
36 
37 
38 // */
39 
40 // class CGovernanceSettings
41 // {
42 // template<typename T>
43 // // strName=trigger, strParamater=ban-block ... obj= tigger.ban-block(args)
44 // static &T GetSetting(std::string strName, &T networkDefault)
45 // {
46 // /*
47 // - get setting from masternode network
48 // */
49 
50 // return networkDefault;
51 // }
52 // };
53 
54 #endif