Finish all but one full node side functions

This commit is contained in:
jl777
2019-07-03 06:17:43 -11:00
parent 64a690a5f6
commit d6833b0361
3 changed files with 158 additions and 50 deletions

View File

@@ -335,6 +335,7 @@ int64_t komodo_pricemult(int32_t ind);
int32_t komodo_priceget(int64_t *buf64,int32_t ind,int32_t height,int32_t numblocks);
uint64_t komodo_accrued_interest(int32_t *txheightp,uint32_t *locktimep,uint256 hash,int32_t n,int32_t checkheight,uint64_t checkvalue,int32_t tipheight);
int32_t komodo_currentheight();
int32_t komodo_notarized_bracket(struct notarized_checkpoint *nps[2],int32_t height);
#endif