Package jrpc.clightning.commands
Class CLightningCommandWaitingInvoice
- java.lang.Object
-
- jrpc.clightning.commands.AbstractRPCCommand<CLightningInvoice>
-
- jrpc.clightning.commands.CLightningCommandWaitingInvoice
-
- All Implemented Interfaces:
IRPCCommand<CLightningInvoice>
public class CLightningCommandWaitingInvoice extends AbstractRPCCommand<CLightningInvoice>
-
-
Field Summary
-
Fields inherited from class jrpc.clightning.commands.AbstractRPCCommand
commandName
-
-
Constructor Summary
Constructors Constructor Description CLightningCommandWaitingInvoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.reflect.Type
toTypeFromClass()
-
Methods inherited from class jrpc.clightning.commands.AbstractRPCCommand
doRPCCommand
-
-
-
-
Method Detail
-
toTypeFromClass
protected java.lang.reflect.Type toTypeFromClass()
- Specified by:
toTypeFromClass
in classAbstractRPCCommand<CLightningInvoice>
-
-