Dice winner and dice loser
This commit is contained in:
@@ -373,6 +373,8 @@ static const CRPCCommand vRPCCommands[] =
|
|||||||
{ "dice", "dicefund", &dicefund, true },
|
{ "dice", "dicefund", &dicefund, true },
|
||||||
{ "dice", "diceaddfunds", &diceaddfunds, true },
|
{ "dice", "diceaddfunds", &diceaddfunds, true },
|
||||||
{ "dice", "dicebet", &dicebet, true },
|
{ "dice", "dicebet", &dicebet, true },
|
||||||
|
{ "dice", "dicewinner", &dicewinner, true },
|
||||||
|
{ "dice", "diceloser", &diceloser, true },
|
||||||
{ "dice", "diceaddress", &diceaddress, true },
|
{ "dice", "diceaddress", &diceaddress, true },
|
||||||
|
|
||||||
/* tokens */
|
/* tokens */
|
||||||
|
|||||||
@@ -239,6 +239,8 @@ extern UniValue dicelist(const UniValue& params, bool fHelp);
|
|||||||
extern UniValue diceinfo(const UniValue& params, bool fHelp);
|
extern UniValue diceinfo(const UniValue& params, bool fHelp);
|
||||||
extern UniValue diceaddfunds(const UniValue& params, bool fHelp);
|
extern UniValue diceaddfunds(const UniValue& params, bool fHelp);
|
||||||
extern UniValue dicebet(const UniValue& params, bool fHelp);
|
extern UniValue dicebet(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue dicewinner(const UniValue& params, bool fHelp);
|
||||||
|
extern UniValue diceloser(const UniValue& params, bool fHelp);
|
||||||
extern UniValue lottoaddress(const UniValue& params, bool fHelp);
|
extern UniValue lottoaddress(const UniValue& params, bool fHelp);
|
||||||
extern UniValue ponziaddress(const UniValue& params, bool fHelp);
|
extern UniValue ponziaddress(const UniValue& params, bool fHelp);
|
||||||
extern UniValue auctionaddress(const UniValue& params, bool fHelp);
|
extern UniValue auctionaddress(const UniValue& params, bool fHelp);
|
||||||
|
|||||||
Reference in New Issue
Block a user