| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bcc.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 ColeBlock Source # | |
Defined in Bcc.Tracing.ConvertTxId Methods txIdToRawBytes ∷ TxId (GenTx ColeBlock) → ByteString Source # | |
| All ConvertTxId xs ⇒ ConvertTxId (HardForkBlock xs) Source # | |
Defined in Bcc.Tracing.ConvertTxId Methods txIdToRawBytes ∷ TxId (GenTx (HardForkBlock xs)) → ByteString Source # | |
| ConvertTxId (SophieBlock c) Source # | |
Defined in Bcc.Tracing.ConvertTxId Methods txIdToRawBytes ∷ TxId (GenTx (SophieBlock c)) → ByteString Source # | |