atlas-cardano-0.9.0: 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 #