Copyright | (c) 2025 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
GeniusYield.Providers.CacheLocal
Description
Documentation
type LocallySubmittedTxs = StrictMVar IO ([(GYTx, UTCTime)], NominalDiffTime) #
Arguments
∷ NominalDiffTime | The time interval until which previously submitted transactions would be kept. The list of submitted transactions is cleaned whenever a new transaction is submitted. |
→ IO LocallySubmittedTxs |