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).