pub const GET_CONTRACT_SALT: &str = "SELECT salt\nFROM contract\nWHERE content_hash = ?;\n";
SELECT salt FROM contract WHERE content_hash = ?;