Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Ledger.Shelley.BlockChain
Description
Deprecated: Use BlockBody
instead
Documentation
type ShelleyTxSeq = ShelleyBlockBody Source #
pattern ShelleyTxSeq ∷ ∀ era. (EraTx era, SafeToHash (TxWits era)) ⇒ StrictSeq (Tx era) → ShelleyBlockBody era Source #
bbHash ∷ EraBlockBody era ⇒ BlockBody era → Hash HASH EraIndependentBlockBody Source #
Arguments
∷ ByteString | |
→ ByteString | Bytes for transaction bodies |
→ ByteString | Bytes for transaction witnesses |
→ Hash HASH EraIndependentBlockBody | Bytes for transaction auxiliary datas |
slotToNonce ∷ SlotNo → Nonce Source #
incrBlocks ∷ Bool → KeyHash 'StakePool → BlocksMade → BlocksMade Source #
coreAuxDataBytes ∷ EraTx era ⇒ Tx era → StrictMaybe ByteString Source #