Function parse_sql_txn
pub fn parse_sql_txn(body: &Value) -> Result<SqlTxn, String>Expand description
Parse a /execute-sql-txn body — { statements, clientID?, mid?, producer? } — the
one-shot flavor of the session wire, shared so both masters accept identical bytes.