pub(super) async fn setup(
signer_providers: &[(Secp256k1Signer, DynProvider<TempoNetwork>)],
channel_address: Address,
fee_token: Address,
max_concurrent_requests: usize,
max_concurrent_transactions: usize,
) -> Result<()>Expand description
Approves the channel contract to spend tokens for signers that need it.