Safe Haskell | None |
---|---|
Language | Haskell2010 |
LndClient.Data.PendingChannels
Documentation
data PendingChannelsResponse Source #
Constructors
PendingChannelsResponse | |
Instances
Eq PendingChannelsResponse Source # | |
Defined in LndClient.Data.PendingChannels Methods (==) :: PendingChannelsResponse -> PendingChannelsResponse -> Bool # (/=) :: PendingChannelsResponse -> PendingChannelsResponse -> Bool # | |
Show PendingChannelsResponse Source # | |
Defined in LndClient.Data.PendingChannels Methods showsPrec :: Int -> PendingChannelsResponse -> ShowS # show :: PendingChannelsResponse -> String # showList :: [PendingChannelsResponse] -> ShowS # | |
FromGrpc PendingChannelsResponse PendingChannelsResponse Source # | |
Defined in LndClient.Data.PendingChannels Methods fromGrpc :: PendingChannelsResponse0 -> Either LndError PendingChannelsResponse Source # |