Updated 2 days ago
    select
    iff('public' in (inputs[0]['type'], inputs[1]['type'], inputs[2]['type'], inputs[3]['type'], inputs[4]['type']), 'Public', 'Private') as tx_type,
    count(distinct tx_id) as transactions
    from
    aleo.core.fact_transitions
    group by 1
    Last run: 1 day ago
    TX_TYPE
    TRANSACTIONS
    1
    Private1239048
    2
    Public19729449
    2
    41B
    5s