Module finalized

Source
Expand description

Finalized queries query for the most recent version of a key less than or equal to a given block number or solution set index for blocks that have been finalized.

Functions§

query_state_exclusive_block
Query for the most recent version value of a key in a contracts state that was set before the given block number.
query_state_exclusive_solution_set
Query for the most recent version value of a key in a contracts state that was set at or before the given block number and before the solution set index (within that block).
query_state_inclusive_block
Query the most recent value for a key in a contract’s state that was set at or before the given block number.
query_state_inclusive_solution_set
Query for the most recent version value of a key in a contracts state that was set at or before the given block number and solution set index (within that block).