DELETE_STATE

Constant DELETE_STATE 

Source
pub const DELETE_STATE: &'static str;
Expand description
DELETE FROM
    state
WHERE
    contract_ca = :contract_ca
    AND key = :key;