ElectrsClient.RpcResponse
data RpcResponse a Source #
Constructors
Fields
Defined in ElectrsClient.RpcResponse
Methods
parseJSON :: Value -> Parser (RpcResponse a) #
parseJSONList :: Value -> Parser [RpcResponse a] #
Associated Types
type Rep (RpcResponse a) :: Type -> Type #
from :: RpcResponse a -> Rep (RpcResponse a) x #
to :: Rep (RpcResponse a) x -> RpcResponse a #
showsPrec :: Int -> RpcResponse a -> ShowS #
show :: RpcResponse a -> String #
showList :: [RpcResponse a] -> ShowS #