cat_gateway::db::index::queries::purge::txo_assets

Constant SELECT_QUERY

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

Select primary keys for TXO Assets by Stake Address.