Expand description
Addressed queries query for the most recent version of a key less than or equal to a given block address or solution set index. This is useful for querying un-finalized blocks where forks may exist. These queries fall back to finalized queries if the value is not found.
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 address 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 address.
- 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 address and solution set index (within that block).