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