Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hydra.Tx.Recover
Synopsis
- recoverTx :: TxId -> UTxO -> SlotNo -> Tx
- data RecoverObservation = RecoverObservation {
- headId :: HeadId
- recoveredTxId :: TxId
- recoveredUTxO :: UTxO
- observeRecoverTx :: NetworkId -> UTxO -> Tx -> Maybe RecoverObservation
Documentation
Arguments
:: TxId | Deposit input |
-> UTxO | Deposited UTxO to recover |
-> SlotNo | Lower bound slot number |
-> Tx |
Builds a recover transaction to recover locked funds from the v_deposit script.
data RecoverObservation Source #
Constructors
RecoverObservation | |
Fields
|
Instances
observeRecoverTx :: NetworkId -> UTxO -> Tx -> Maybe RecoverObservation Source #