| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.Tendermint.Tendermint.Crypto.Merkle.Merkle
Documentation
Instances
| Eq Proof Source # | |
| Ord Proof Source # | |
| Show Proof Source # | |
| NFData Proof Source # | |
| Message Proof Source # | |
Defined in Proto.Tendermint.Tendermint.Crypto.Merkle.Merkle Methods messageName :: Proxy Proof -> Text defMessage :: Proof fieldsByTag :: Map Tag (FieldDescriptor Proof) fieldsByTextFormatName :: Map String (FieldDescriptor Proof) unknownFields :: Lens' Proof FieldSet parseMessage :: Parser Proof buildMessage :: Proof -> Builder | |
| HasField ResponseQuery "proof" Proof | |
Defined in Proto.Types Methods fieldOf :: Functor f => Proxy# "proof" -> (Proof -> f Proof) -> ResponseQuery -> f ResponseQuery | |
| HasField Proof "ops" [ProofOp] Source # | |
| HasField Proof "vec'ops" (Vector ProofOp) Source # | |
| HasField ResponseQuery "maybe'proof" (Maybe Proof) | |
Defined in Proto.Types Methods fieldOf :: Functor f => Proxy# "maybe'proof" -> (Maybe Proof -> f (Maybe Proof)) -> ResponseQuery -> f ResponseQuery | |
Fields :
Instances
| Eq ProofOp Source # | |
| Ord ProofOp Source # | |
| Show ProofOp Source # | |
| NFData ProofOp Source # | |
| Message ProofOp Source # | |
Defined in Proto.Tendermint.Tendermint.Crypto.Merkle.Merkle Methods messageName :: Proxy ProofOp -> Text fieldsByTag :: Map Tag (FieldDescriptor ProofOp) fieldsByTextFormatName :: Map String (FieldDescriptor ProofOp) unknownFields :: Lens' ProofOp FieldSet parseMessage :: Parser ProofOp buildMessage :: ProofOp -> Builder | |
| HasField ProofOp "data'" ByteString Source # | |
Defined in Proto.Tendermint.Tendermint.Crypto.Merkle.Merkle Methods fieldOf :: Functor f => Proxy# "data'" -> (ByteString -> f ByteString) -> ProofOp -> f ProofOp | |
| HasField ProofOp "key" ByteString Source # | |
Defined in Proto.Tendermint.Tendermint.Crypto.Merkle.Merkle Methods fieldOf :: Functor f => Proxy# "key" -> (ByteString -> f ByteString) -> ProofOp -> f ProofOp | |
| HasField ProofOp "type'" Text Source # | |
| HasField Proof "ops" [ProofOp] Source # | |
| HasField Proof "vec'ops" (Vector ProofOp) Source # | |