Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.Tracing.ConvertTxId
Synopsis
- class ConvertTxId blk where
- txIdToRawBytes :: TxId (GenTx blk) -> ByteString
Documentation
class ConvertTxId blk where Source #
Convert a transaction ID to raw bytes.
Methods
txIdToRawBytes :: TxId (GenTx blk) -> ByteString Source #
Instances
ConvertTxId ByronBlock Source # | |
Defined in Cardano.Tracing.ConvertTxId Methods txIdToRawBytes :: TxId (GenTx ByronBlock) -> ByteString Source # | |
All ConvertTxId xs => ConvertTxId (HardForkBlock xs) Source # | |
Defined in Cardano.Tracing.ConvertTxId Methods txIdToRawBytes :: TxId (GenTx (HardForkBlock xs)) -> ByteString Source # | |
ConvertTxId (ShelleyBlock c) Source # | |
Defined in Cardano.Tracing.ConvertTxId Methods txIdToRawBytes :: TxId (GenTx (ShelleyBlock c)) -> ByteString Source # |