Function get_from_state_store

Source
async fn get_from_state_store(
    state_store: &impl StateStoreGet,
    key: TableKey<Bytes>,
    read_options: ReadOptions,
) -> StorageResult<Option<Bytes>>