Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- data GYTxWdrl v = GYTxWdrl {}
- type GYTxWdrlWitness v = GYTxBuildWitness v
- pattern GYTxWdrlWitnessKey ∷ GYTxWdrlWitness v
- pattern GYTxWdrlWitnessScript ∷ GYBuildPlutusScript v → GYRedeemer → GYTxWdrlWitness v
- txWdrlToApi ∷ GYTxWdrl v → (StakeAddress, Coin, BuildTxWith BuildTx (Witness WitCtxStake ApiEra))
Documentation
Transaction withdrawal.
The parameter v
indicates the minimum version of scripts allowed as withdrawals
in the transaction.
type GYTxWdrlWitness v = GYTxBuildWitness v #
pattern GYTxWdrlWitnessKey ∷ GYTxWdrlWitness v #
pattern GYTxWdrlWitnessScript ∷ GYBuildPlutusScript v → GYRedeemer → GYTxWdrlWitness v #
txWdrlToApi ∷ GYTxWdrl v → (StakeAddress, Coin, BuildTxWith BuildTx (Witness WitCtxStake ApiEra)) #