pub fn staked_utxo_ada(
    max_slot: i64,
    client: &mut Client
) -> Result<DashMap<Vec<u8>, u128>, Box<dyn Error>>
Expand description

Get ALL UTXO for all possible Stake Addresses. Given a maximum slot number

Errors

Any errors produced by the DB get returned.