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.
pub fn query_state(
conn: &Connection,
contract_ca: &ContentAddress,
key: &Key,
) -> Result<Option<Value>, QueryError>
Fetches the state value for the given contract content address and key pair.