Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
Generic RpcError Source # | |
Show RpcError Source # | |
Eq RpcError Source # | |
type Rep RpcError Source # | |
Defined in ElectrsClient.Type type Rep RpcError = D1 ('MetaData "RpcError" "ElectrsClient.Type" "electrs-client-0.1.0.0-inplace" 'False) ((C1 ('MetaCons "RpcNoAddress" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "RpcJsonDecodeError" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "RpcHexDecodeError" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "CannotSyncBlockchain" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "OtherError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))) |
newtype OnChainAddress (mrel :: MoneyRelation) Source #