ouroboros-consensus
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.MiniProtocol.ObjectDiffusion.PerasCert

Description

This module defines type aliases for the ObjectDiffusion protocol applied to PerasCert diffusion.

Documentation

type PerasCertDiffusionInboundPipelined blk (m ∷ TypeType) a = ObjectDiffusionInboundPipelined PerasRoundNo (PerasCert blk) m a Source #

type PerasCertDiffusionOutbound blk (m ∷ TypeType) a = ObjectDiffusionOutbound PerasRoundNo (PerasCert blk) m a Source #

type PerasCertDiffusion blk = ObjectDiffusion PerasRoundNo (PerasCert blk) Source #