nsa2000Total Number of Flow Delegators and Nodes
    Updated 2022-11-14
    select count (distinct tx_id) as TX_Count,
    count (distinct delegator) as Users_Count,
    count (distinct node_id) as Nodes_Count
    from flow.core.ez_staking_actions
    where tx_succeeded = 'TRUE'
    Run a query to Download Data