Constant brontes_database::clickhouse::PRIVATE_FLOW
source ยท pub const PRIVATE_FLOW: &str = r#"SELECT DISTINCT
tx_hash
FROM ethereum.`chainbound.mempool`
WHERE tx_hash IN (
SELECT arrayJoin(?) AS tx_hash
)"#;
pub const PRIVATE_FLOW: &str = r#"SELECT DISTINCT
tx_hash
FROM ethereum.`chainbound.mempool`
WHERE tx_hash IN (
SELECT arrayJoin(?) AS tx_hash
)"#;