Function essential_storage::key_range

source ยท
pub async fn key_range<S, E>(
    storage: &S,
    contract_addr: ContentAddress,
    key: Key,
    num_words: usize,
) -> Result<Vec<Vec<Word>>, E>
where S: QueryState + Send, E: From<Error>,
Expand description

Get a range of words from the state.