TX_TYPE | TRANSACTIONS | |
---|---|---|
1 | Private | 1239048 |
2 | Public | 19729449 |
Afonso_DiazBy type
Updated 2 days ago
9
1
2
3
4
5
6
›
⌄
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
2
41B
5s