atlas-cardano-0.4.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.Test.Privnet.Setup

Description

 
Synopsis

Documentation

data Setup #

This setup represents a two argument function where first argument is for logging & second represents for continuation, in need of Ctx.

Once these two arguments are given to this function, it will give Ctx to the continuation, where the logging part (the ctxLog) of Ctx would be obtained from first argument of this function.

withSetupIO Setup → (StringIO ()) → (CtxIO ()) → IO () #