pub fn update_state(
conn: &Connection,
contract_ca: &ContentAddress,
key: &Key,
value: &Value,
) -> Result<()>
Expand description
Updates the state for a given contract content address and key.
pub fn update_state(
conn: &Connection,
contract_ca: &ContentAddress,
key: &Key,
value: &Value,
) -> Result<()>
Updates the state for a given contract content address and key.