essential_node_db_sql::query

Constant GET_CONTRACT_PROGRESS

source
pub const GET_CONTRACT_PROGRESS: &str = "SELECT\n    l2_block_number,\n    content_hash\nFROM\n    contract_progress\nWHERE\n    id = 1\nLIMIT\n    1;";
Expand description
SELECT
    l2_block_number,
    content_hash
FROM
    contract_progress
WHERE
    id = 1
LIMIT
    1;