Function query_state

Source
pub fn query_state(
    conn: &Connection,
    contract_ca: &ContentAddress,
    key: &Key,
) -> Result<Option<Value>, QueryError>
Expand description

Fetches the state value for the given contract content address and key pair.