Marmara files

This commit is contained in:
jl777
2019-01-02 19:13:02 -11:00
parent 520964ae40
commit 6392d7f9a0
2 changed files with 3 additions and 2 deletions

27
src/cc/CCMarmara.h Normal file
View File

@@ -0,0 +1,27 @@
/******************************************************************************
* Copyright © 2014-2019 The SuperNET Developers. *
* *
* See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at *
* the top-level directory of this distribution for the individual copyright *
* holder information and the developer policies on copyright and licensing. *
* *
* Unless otherwise agreed in a custom licensing agreement, no part of the *
* SuperNET software, including this file may be copied, modified, propagated *
* or distributed except according to the terms contained in the LICENSE file *
* *
* Removal or modification of this copyright notice is prohibited. *
* *
******************************************************************************/
#ifndef CC_TRIGGERS_H
#define CC_TRIGGERS_H
#include "CCinclude.h"
bool MarmaraValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx, uint32_t nIn);
// CCcustom
UniValue MarmaraInfo();
#endif