pub async fn fund_node<P, N>(
node: Address,
native_token: U256,
hopr_token: U256,
hopr_token_contract: HoprTokenInstance<P, N>,
) -> Result<()>where
P: Provider<N>,
N: Network,
Expand description
Funds the given wallet address with specified amount of native tokens and HOPR tokens. These must be present in the client’s wallet.