Syntax
This commit is contained in:
@@ -339,14 +339,6 @@ int32_t komodo_currentheight();
|
|||||||
bool Getscriptaddress(char *destaddr,const CScript &scriptPubKey);
|
bool Getscriptaddress(char *destaddr,const CScript &scriptPubKey);
|
||||||
std::vector<uint8_t> Mypubkey();
|
std::vector<uint8_t> Mypubkey();
|
||||||
|
|
||||||
struct NSPV_spentinfo
|
|
||||||
{
|
|
||||||
struct NSPV_txproof spent;
|
|
||||||
uint256 txid;
|
|
||||||
int32_t height,spentvini;
|
|
||||||
};
|
|
||||||
void komodo_NSPV_spentinfoclear();
|
|
||||||
struct NSPV_spentinfo komodo_NSPV_spentinfo(uint256 txid,int32_t vout);
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -321,6 +321,13 @@ struct NSPV_MMRproof
|
|||||||
// tbd
|
// tbd
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct NSPV_spentinfo
|
||||||
|
{
|
||||||
|
struct NSPV_txproof spent;
|
||||||
|
uint256 txid;
|
||||||
|
int32_t height,spentvini;
|
||||||
|
};
|
||||||
|
|
||||||
int32_t NSPV_rwspentinfo(int32_t rwflag,uint8_t *serialized,struct NSPV_spentinfo *ptr) // check mempool
|
int32_t NSPV_rwspentinfo(int32_t rwflag,uint8_t *serialized,struct NSPV_spentinfo *ptr) // check mempool
|
||||||
{
|
{
|
||||||
int32_t len = 0;
|
int32_t len = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user