| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.ABCI.Types.Messages.FieldTypes
Documentation
newtype WrappedVal a Source #
Constructors
| WrappedVal | |
Fields
| |
Instances
Instances
| Eq Timestamp Source # | |
| Show Timestamp Source # | |
| Generic Timestamp Source # | |
| FromJSON Timestamp Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
| ToJSON Timestamp Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Methods toEncoding :: Timestamp -> Encoding toJSONList :: [Timestamp] -> Value toEncodingList :: [Timestamp] -> Encoding | |
| Wrapped Timestamp Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Associated Types type Unwrapped Timestamp | |
| type Rep Timestamp Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes type Rep Timestamp = D1 ('MetaData "Timestamp" "Network.ABCI.Types.Messages.FieldTypes" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "Timestamp" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DiffTime))) | |
| type Unwrapped Timestamp Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
mkTimestamp :: DiffTime -> Timestamp Source #
data BlockParams Source #
Constructors
| BlockParams | |
Fields
| |
Instances
data EvidenceParams Source #
Constructors
| EvidenceParams | |
Fields
| |
Instances
data ValidatorParams Source #
Constructors
| ValidatorParams | |
Fields
| |
Instances
data ConsensusParams Source #
Constructors
| ConsensusParams | |
Fields
| |
Instances
Constructors
| PubKey | |
Fields
| |
Instances
data ValidatorUpdate Source #
Constructors
| ValidatorUpdate | |
Fields
| |
Instances
Constructors
| Validator | |
Fields
| |
Instances
Constructors
| VoteInfo | |
Fields
| |
Instances
data LastCommitInfo Source #
Constructors
| LastCommitInfo | |
Fields
| |
Instances
data PartSetHeader Source #
Constructors
| PartSetHeader | |
Fields
| |
Instances
Constructors
| BlockID | |
Fields
| |
Instances
Constructors
| Version | |
Fields
| |
Instances
Constructors
| Header | |
Fields
| |
Instances
Constructors
| Evidence | |
Fields
| |
Instances
Constructors
| KVPair | |
Fields
| |
Instances
| Eq KVPair Source # | |
| Show KVPair Source # | |
| Generic KVPair Source # | |
| FromJSON KVPair Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
| ToJSON KVPair Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Methods toEncoding :: KVPair -> Encoding toJSONList :: [KVPair] -> Value toEncodingList :: [KVPair] -> Encoding | |
| Wrapped KVPair Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Associated Types type Unwrapped KVPair | |
| type Rep KVPair Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes type Rep KVPair = D1 ('MetaData "KVPair" "Network.ABCI.Types.Messages.FieldTypes" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "KVPair" 'PrefixI 'True) (S1 ('MetaSel ('Just "kVPairKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Base64String) :*: S1 ('MetaSel ('Just "kVPairValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Base64String))) | |
| type Unwrapped KVPair Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
Constructors
| Proof | |
Instances
| Eq Proof Source # | |
| Show Proof Source # | |
| Generic Proof Source # | |
| FromJSON Proof Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
| ToJSON Proof Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Methods toEncoding :: Proof -> Encoding toJSONList :: [Proof] -> Value toEncodingList :: [Proof] -> Encoding | |
| Wrapped Proof Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Associated Types type Unwrapped Proof | |
| type Rep Proof Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
| type Unwrapped Proof Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
Constructors
| ProofOp | |
Fields
| |
Instances
Constructors
| Event | |
Fields
| |
Instances
| Eq Event Source # | |
| Show Event Source # | |
| Generic Event Source # | |
| FromJSON Event Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |
| ToJSON Event Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Methods toEncoding :: Event -> Encoding toJSONList :: [Event] -> Value toEncodingList :: [Event] -> Encoding | |
| Wrapped Event Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes Associated Types type Unwrapped Event | |
| type Rep Event Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes type Rep Event = D1 ('MetaData "Event" "Network.ABCI.Types.Messages.FieldTypes" "hs-abci-types-0.1.0.0-JbnZdER2jhDLQQCYdLDZz" 'False) (C1 ('MetaCons "Event" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [KVPair]))) | |
| type Unwrapped Event Source # | |
Defined in Network.ABCI.Types.Messages.FieldTypes | |