Dice skeleton

This commit is contained in:
jl777
2018-07-24 07:13:05 -11:00
parent da8b0b3336
commit cfea7a4690
11 changed files with 435 additions and 85 deletions

View File

@@ -23,8 +23,8 @@
bool RewardsValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
std::string RewardsFund(uint64_t txfee,uint64_t funds,uint64_t APR,uint64_t minseconds,uint64_t maxseconds,uint64_t mindeposit);
std::string RewardsLock(uint64_t txfee,uint64_t amount);
std::string RewardsFund(uint64_t txfee,char *planstr,uint64_t funds,uint64_t APR,uint64_t minseconds,uint64_t maxseconds,uint64_t mindeposit);
std::string RewardsLock(uint64_t txfee,char *planstr,uint64_t amount)
std::string RewardsUnlock(uint64_t txfee);
#endif