cardano-testnet-8.8.0: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Testnet.Property.Utils

Synopsis

Documentation

integrationRetryWorkspace :: HasCallStack => Int -> FilePath -> (FilePath -> Integration ()) -> Property Source #

The FilePath in '(FilePath -> H.Integration ())' is the work space directory. This is created (and returned) via workspace.

integrationWorkspace :: HasCallStack => FilePath -> (FilePath -> Integration ()) -> Property Source #

The FilePath in '(FilePath -> H.Integration ())' is the work space directory. This is created (and returned) via workspace.

waitUntilEpoch Source #

Arguments

:: (MonadCatch m, MonadIO m, MonadTest m, HasCallStack) 
=> FilePath

Output file

-> Int

Testnet magic

-> ExecConfig 
-> EpochNo

Desired epoch

-> m EpochNo 

Submit the desired epoch to wait to.

queryUtxos Source #

Arguments

:: (HasCallStack, MonadIO m, MonadTest m, MonadCatch m, IsShelleyBasedEra era) 
=> ExecConfig 
-> FilePath

working directory

-> IORef Int

filename counter, initialize with 1 usually

-> ShelleyBasedEra era 
-> Text

payment address

-> m (Map TxIn (TxOut CtxUTxO era)) 

Parsers

Genesis