Safe Haskell | None |
---|---|
Language | Haskell2010 |
Factom.RPC.Types
Documentation
data ApiRequest Source #
Instances
data ApiResponse a Source #
Instances
Instances
Eq Entry Source # | |
Show Entry Source # | |
Generic Entry Source # | |
FromJSON Entry Source # | |
type Rep Entry Source # | |
Defined in Factom.RPC.Types type Rep Entry = D1 (MetaData "Entry" "Factom.RPC.Types" "api-rpc-factom-0.1.3.2-HzHCs4CgnrZ4befBEJyHZH" False) (C1 (MetaCons "Entry" PrefixI True) (S1 (MetaSel (Just "enChainId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "enContent") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "enExtIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))) |
data EntryBlock Source #
Constructors
EntryBlock | |
Fields |
Instances
Eq EntryBlock Source # | |
Defined in Factom.RPC.Types | |
Show EntryBlock Source # | |
Defined in Factom.RPC.Types Methods showsPrec :: Int -> EntryBlock -> ShowS # show :: EntryBlock -> String # showList :: [EntryBlock] -> ShowS # | |
Generic EntryBlock Source # | |
Defined in Factom.RPC.Types Associated Types type Rep EntryBlock :: Type -> Type # | |
FromJSON EntryBlock Source # | |
Defined in Factom.RPC.Types | |
type Rep EntryBlock Source # | |
Defined in Factom.RPC.Types type Rep EntryBlock = D1 (MetaData "EntryBlock" "Factom.RPC.Types" "api-rpc-factom-0.1.3.2-HzHCs4CgnrZ4befBEJyHZH" False) (C1 (MetaCons "EntryBlock" PrefixI True) (S1 (MetaSel (Just "blockSequenceNumber") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))) |
data EntryCreditBalance Source #
Constructors
EntryCreditBalance | |