Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- class ConvertTxId blk where
- txIdToRawBytes ∷ TxId (GenTx blk) → ByteString
Documentation
class ConvertTxId blk where Source #
Convert a transaction ID to raw bytes.
txIdToRawBytes ∷ TxId (GenTx blk) → ByteString Source #
Instances
ConvertTxId ColeBlock Source # | |
Defined in Bcc.Tracing.ConvertTxId txIdToRawBytes ∷ TxId (GenTx ColeBlock) → ByteString Source # | |
All ConvertTxId xs ⇒ ConvertTxId (HardForkBlock xs) Source # | |
Defined in Bcc.Tracing.ConvertTxId txIdToRawBytes ∷ TxId (GenTx (HardForkBlock xs)) → ByteString Source # | |
ConvertTxId (SophieBlock c) Source # | |
Defined in Bcc.Tracing.ConvertTxId txIdToRawBytes ∷ TxId (GenTx (SophieBlock c)) → ByteString Source # |