| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Proto.BtcLsp
Documentation
Constructors
| Service | |
Instances
| Service Service Source # | |
Defined in Proto.BtcLsp Methods | |
| HasMethodImpl Service "getCfg" Source # | |
| HasMethodImpl Service "swapFromLn" Source # | |
| HasMethodImpl Service "swapIntoLn" Source # | |
| type ServiceMethods Service Source # | |
Defined in Proto.BtcLsp type ServiceMethods Service = '["getCfg", "swapFromLn", "swapIntoLn"] | |
| type ServiceName Service Source # | |
Defined in Proto.BtcLsp type ServiceName Service = "Service" | |
| type ServicePackage Service Source # | |
Defined in Proto.BtcLsp type ServicePackage Service = "BtcLsp" | |
| type MethodInput Service "getCfg" Source # | |
Defined in Proto.BtcLsp | |
| type MethodInput Service "swapFromLn" Source # | |
Defined in Proto.BtcLsp | |
| type MethodInput Service "swapIntoLn" Source # | |
Defined in Proto.BtcLsp | |
| type MethodName Service "getCfg" Source # | |
Defined in Proto.BtcLsp type MethodName Service "getCfg" = "GetCfg" | |
| type MethodName Service "swapFromLn" Source # | |
Defined in Proto.BtcLsp type MethodName Service "swapFromLn" = "SwapFromLn" | |
| type MethodName Service "swapIntoLn" Source # | |
Defined in Proto.BtcLsp type MethodName Service "swapIntoLn" = "SwapIntoLn" | |
| type MethodOutput Service "getCfg" Source # | |
Defined in Proto.BtcLsp | |
| type MethodOutput Service "swapFromLn" Source # | |
Defined in Proto.BtcLsp | |
| type MethodOutput Service "swapIntoLn" Source # | |
Defined in Proto.BtcLsp | |
| type MethodStreamingType Service "getCfg" Source # | |
Defined in Proto.BtcLsp type MethodStreamingType Service "getCfg" = 'NonStreaming | |
| type MethodStreamingType Service "swapFromLn" Source # | |
Defined in Proto.BtcLsp type MethodStreamingType Service "swapFromLn" = 'NonStreaming | |
| type MethodStreamingType Service "swapIntoLn" Source # | |
Defined in Proto.BtcLsp type MethodStreamingType Service "swapIntoLn" = 'NonStreaming | |