async fn check_fee_token_balance<P>(
provider: &P,
account: Address,
fee_token: Address,
owner_label: &'static str,
) -> DoctorStepwhere
P: Provider<TempoNetwork>,Expand description
Step 9 helper: fee-token balance on the root account.