NSPV_MEMPOOL_CCEVALCODE

Searches mempool for CC evalcode and fancied
This commit is contained in:
jl777
2019-07-18 02:43:13 -11:00
parent 94294cbee6
commit 730ad7e6e8
4 changed files with 33 additions and 2 deletions

View File

@@ -47,6 +47,7 @@
#define NSPV_MEMPOOL_ADDRESS 1
#define NSPV_MEMPOOL_ISSPENT 2
#define NSPV_MEMPOOL_INMEMPOOL 3
#define NSPV_MEMPOOL_CCEVALCODE 4
int32_t NSPV_gettransaction(int32_t skipvalidation,int32_t vout,uint256 txid,int32_t height,CTransaction &tx,int64_t extradata,uint32_t tiptime,int64_t &rewardsum);
UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis);