Module multiproof

Source
Expand description

Multiproof task related functionality.

Structs§

MultiproofManager
Manages concurrent multiproof calculations. Takes care of not having more calculations in flight than a given maximum concurrency, further calculation requests are queued and spawn later, after availability has been signaled.
SparseTrieUpdate
A trie update that can be applied to sparse trie alongside the proofs for touched parts of the state.