ouroboros-network-0.1.0.1: A networking layer for the Ouroboros blockchain protocol
Safe Haskell None
Language Haskell2010

Ouroboros.Network.Protocol.LocalTxSubmission.Codec

Documentation

codecLocalTxSubmission :: forall tx reject m. MonadST m => (tx -> Encoding ) -> ( forall s. Decoder s tx) -> (reject -> Encoding ) -> ( forall s. Decoder s reject) -> Codec ( LocalTxSubmission tx reject) DeserialiseFailure m ByteString Source #