cat_gateway::db::index::queries::purge::txo_ada

Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from Transaction Output by Stake Address.\nSELECT\n    stake_address,\n    slot_no,\n    txn,\n    txo\nFROM txo_by_stake\n";
Expand description

Select primary keys for TXO by Stake Address.