PapasotAlgorand Governance
    Updated 2022-01-11
    with tot_gov as (
    select try_base64_decode_string(tx_message:txn:note) as gov,
    sender from ALGORAND.PAYMENT_TRANSACTION where gov like '%gov%'
    )
    select count(DISTINCT sender) from tot_gov
    Run a query to Download Data