Package jrpc.clightning.commands
Interface IRPCCommand<T>
- 
- All Known Implementing Classes:
 AbstractRPCCommand,CLightningCommandConnect,CLightningCommandDecodePay,CLightningCommandDisconnect,CLightningCommandFeeRate,CLightningCommandFundPSBT,CLightningCommandGetRoute,CLightningCommandHelp,CLightningCommandListChannels,CLightningCommandListConfigs,CLightningCommandListNodes,CLightningCommandListPays,CLightningCommandListPeers,CLightningCommandListSendPays,CLightningCommandListTransactions,CLightningCommandPay,CLightningCommandPing,CLightningCommandReserveInputs,CLightningCommandSendPSBT,CLightningCommandSignPSBT,CLightningCommandStop,CLightningCommandUnreserveInputs,CLightningCommandWaitingInvoice,CLightningCommandWaitSenDPay
public interface IRPCCommand<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdoRPCCommand(CLightningSocket socket, java.util.Map<java.lang.String,java.lang.Object> payload) 
 - 
 
- 
- 
Method Detail
- 
doRPCCommand
T doRPCCommand(CLightningSocket socket, java.util.Map<java.lang.String,java.lang.Object> payload) throws ServiceException, CommandException
- Throws:
 ServiceExceptionCommandException
 
 - 
 
 -