pub async fn get_native_and_token_balances<P: Provider>(
hopr_token: HoprTokenInstance<P>,
addresses: Vec<Address>,
) -> Result<(Vec<U256>, Vec<U256>), MulticallError>
Expand description
Get native balance and hopr token balance for given addresses