pub fn query_state_inclusive_solution_set(
conn: &Connection,
contract_ca: &ContentAddress,
key: &Key,
block_number: Word,
solution_set_index: u64,
) -> Result<Option<Value>, QueryError>
Expand description
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).
This is inclusive of the solution set’s state mutations
..=block_number[..=solution_set_index]