Module brontes_pricing::protocols::lazy
source · Structs§
- Deals with the lazy loading of new exchange state, and tracks loading of new state for a given block.
- The MultiBlockPoolFutures struct is a collection of FuturesOrdered in which, pool futures which are from earlier blocks are loaded first. This allows us to load state and verify pairs for blocks ahead while we wait for the current block pairs to all be verified making the pricing module very efficient.