atlas-cardano-0.6.1: Application backend for Plutus smart contracts on Cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellSafe-Inferred
LanguageGHC2021

GeniusYield.Types.TxWdrl

Description

 
Synopsis

Documentation

data GYTxWdrl v #

Transaction withdrawal.

The parameter v indicates the minimum version of scripts allowed as withdrawals in the transaction.

Instances

Instances details
Show (GYTxWdrl v) # 
Instance details

Defined in GeniusYield.Types.TxWdrl

Methods

showsPrecIntGYTxWdrl v → ShowS #

showGYTxWdrl v → String #

showList ∷ [GYTxWdrl v] → ShowS #

Eq (GYTxWdrl v) # 
Instance details

Defined in GeniusYield.Types.TxWdrl

Methods

(==)GYTxWdrl v → GYTxWdrl v → Bool #

(/=)GYTxWdrl v → GYTxWdrl v → Bool #

data GYTxWdrlWitness v #

Represents witness type and associated information for tx withdrawals.

Constructors

GYTxWdrlWitnessKey

Key witness.

GYTxWdrlWitnessScript !(GYStakeValScript v) !GYRedeemer

Script witness with associated script and redeemer.

Instances

Instances details
Show (GYTxWdrlWitness v) # 
Instance details

Defined in GeniusYield.Types.TxWdrl

Eq (GYTxWdrlWitness v) # 
Instance details

Defined in GeniusYield.Types.TxWdrl