Multi coin support for GatewaysCC (#18)
- Added support for other cions - New RPC for getting address for a pubkey on external chain and for dumping private key in external chain format
This commit is contained in:
committed by
GitHub
parent
bcdae3fbb8
commit
0edf474beb
@@ -293,6 +293,8 @@ extern UniValue cclib(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysaddress(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewayslist(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysinfo(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysdumpprivkey(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysexternaladdress(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysbind(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysdeposit(const UniValue& params, bool fHelp);
|
||||
extern UniValue gatewaysclaim(const UniValue& params, bool fHelp);
|
||||
|
||||
Reference in New Issue
Block a user