This commit is contained in:
jl777
2018-07-22 02:53:55 -11:00
parent 44a9fd7c3b
commit 5cf0c1db94
2 changed files with 16 additions and 1 deletions

View File

@@ -13,7 +13,6 @@
* *
******************************************************************************/
#include "CCinclude.h"
/*
CCassetstx has the functions that create the EVAL_ASSETS transactions. It is expected that rpc calls would call these functions. For EVAL_ASSETS, the rpc functions are in rpcwallet.cpp
@@ -24,6 +23,11 @@
#ifndef CC_ASSETS_H
#define CC_ASSETS_H
#include "CCinclude.h"
extern const char *AssetsCCaddr;
extern char AssetsCChexstr[67];
// CCassetsCore
CScript EncodeAssetCreateOpRet(uint8_t funcid,std::vector<uint8_t> origpubkey,std::string name,std::string description);
CScript EncodeAssetOpRet(uint8_t funcid,uint256 assetid,uint256 assetid2,uint64_t price,std::vector<uint8_t> origpubkey);