Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Test.Cardano.Ledger.Shelley.LaxBlock
Documentation
newtype LaxBlock h era Source #
A block in which we do not validate the matched encoding of parts of the segwit. This is only for testing.
Instances
(EraTx era, Typeable h, TxSeq era ~ ShelleyTxSeq era, DecCBOR (Annotator h)) ⇒ DecCBOR (Annotator (LaxBlock h era)) Source # | |
(Era era, Show (TxSeq era), Show h) ⇒ Show (LaxBlock h era) Source # | |
(EraTx era, Typeable h) ⇒ ToCBOR (LaxBlock h era) Source # | |
(EraSegWits era, DecCBOR (TxSeq era), DecCBOR h) ⇒ DecCBOR (LaxBlock h era) Source # | |