HosseinUntitled Query
    Updated 2022-07-18
    select tx_from from osmosis.core.fact_msgs a
    join osmosis.core.fact_transactions b on a.tx_id = b.tx_id
    where msg_type = 'delegate'
    and a.tx_id = '7731F389566CD351E1C167C90B9AC65CDE2452ED40295C55ACA0CDBAA3F1D13C'

    Run a query to Download Data