Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.Tracing.Constraints
Synopsis
- type TraceConstraints blk = (ConvertTxId blk, HasTxs blk, HasTxId (GenTx blk), LedgerQueries blk, ToJSON (TxId (GenTx blk)), ToObject (ApplyTxErr blk), ToObject (GenTx blk), ToObject (Header blk), ToObject (LedgerError blk), ToObject (LedgerEvent blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk)), ToObject (CannotForge blk), ToObject (ForgeStateUpdateError blk))
Documentation
type TraceConstraints blk = (ConvertTxId blk, HasTxs blk, HasTxId (GenTx blk), LedgerQueries blk, ToJSON (TxId (GenTx blk)), ToObject (ApplyTxErr blk), ToObject (GenTx blk), ToObject (Header blk), ToObject (LedgerError blk), ToObject (LedgerEvent blk), ToObject (OtherHeaderEnvelopeError blk), ToObject (ValidationErr (BlockProtocol blk)), ToObject (CannotForge blk), ToObject (ForgeStateUpdateError blk)) Source #
Tracing-related constraints for monitoring purposes.