Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | None |
Language | Haskell2010 |
GeniusYield.Providers.CachedQueryUTxOs
Description
Synopsis
- data CachedQueryUTxO
- makeCachedQueryUTxO ∷ GYQueryUTxO → GYLog → IO (GYQueryUTxO, IO ())
Documentation
data CachedQueryUTxO #
makeCachedQueryUTxO ∷ GYQueryUTxO → GYLog → IO (GYQueryUTxO, IO ()) #
Return a cached GYQueryUTxO
and a cache clearing function.