| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
DMQ.Protocol.LocalMsgSubmission.Codec
Description
The codec for the local message submission miniprotocol
Documentation
codecLocalMsgSubmission :: forall crypto (m :: Type -> Type). (MonadST m, Crypto crypto) => (SigMempoolFail -> Encoding) -> (forall s. Decoder s SigMempoolFail) -> AnnotatedCodec (LocalMsgSubmission (Sig crypto)) DeserialiseFailure m ByteString Source #