realisttotal by tx type
    Updated 2025-03-08
    SELECT
    tx_type as trans_type,
    count(tx_id) as transactions,
    sum(fee) as fee
    from aleo.core.fact_transactions
    where tx_succeeded ='TRUE'
    group BY tx_type

    Last run: 3 months ago
    TRANS_TYPE
    TRANSACTIONS
    FEE
    1
    deploy2295541.796765
    2
    execute139415781602038.283921
    2
    64B
    5s