atlas-cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellNone
LanguageGHC2021

GeniusYield.Types.TxWdrl

Description

 
Synopsis

Documentation

data GYTxWdrl (v :: PlutusVersion) #

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

showsPrec :: Int -> GYTxWdrl v -> ShowS #

show :: GYTxWdrl 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 #