]> Git Repo - VerusCoin.git/blame - src/cc/CCfsm.h
Integrate CValidationState error checking with identity validate functions
[VerusCoin.git] / src / cc / CCfsm.h
CommitLineData
69829385 1/******************************************************************************
2 * Copyright © 2014-2018 The SuperNET Developers. *
3 * *
4 * See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at *
5 * the top-level directory of this distribution for the individual copyright *
6 * holder information and the developer policies on copyright and licensing. *
7 * *
8 * Unless otherwise agreed in a custom licensing agreement, no part of the *
9 * SuperNET software, including this file may be copied, modified, propagated *
10 * or distributed except according to the terms contained in the LICENSE file *
11 * *
12 * Removal or modification of this copyright notice is prohibited. *
13 * *
14 ******************************************************************************/
15
16
7137a022 17#ifndef CC_FSM_H
18#define CC_FSM_H
69829385 19
20#include "CCinclude.h"
21
7137a022 22#define EVAL_FSM 0xe7
69829385 23
4ecaf167 24bool FSMValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx, uint32_t nIn, bool fulfilled);
69829385 25
3f53fb0b 26std::string FSMList();
27std::string FSMInfo(uint256 fsmtxid);
d9cf43a5 28std::string FSMCreate(uint64_t txfee,std::string name,std::string states);
69829385 29
30#endif
This page took 0.130338 seconds and 4 git commands to generate.