Constant GET_STATE

Source
pub const GET_STATE: &str = "SELECT state.value\nFROM state\nWHERE state.contract_ca = ? AND state.key = ?;\n";
Expand description
SELECT state.value
FROM state
WHERE state.contract_ca = ? AND state.key = ?;