essential_node_db_sql::insert

Constant CONTRACT

source
pub const CONTRACT: &str = "INSERT\n    OR IGNORE INTO contract (l2_block_number, salt, content_hash)\nVALUES\n    (:l2_block_number, :salt, :content_hash)";
Expand description
INSERT
    OR IGNORE INTO contract (l2_block_number, salt, content_hash)
VALUES
    (:l2_block_number, :salt, :content_hash)