referrerpolicy=no-referrer-when-downgrade

Module proof_size_extension

Source
Expand description

Externalities extension that provides access to the current proof size of the underlying recorder.

Structs§

ProofSizeExt
The proof size extension to fetch the current storage proof size in externalities.
RecordedProofSizeEstimations
Proof size estimations as recorded by RecordingProofSizeProvider.
RecordingProofSizeProvider
An implementation of ProofSizeProvider that records the return value of the calls to ProofSizeProvider::estimate_encoded_size.
ReplayProofSizeProvider
An implementation of ProofSizeProvider that replays estimations recorded by RecordingProofSizeProvider.