Function executor_test_helpers::integration_test_impl::verify_account_balance[][src]

pub fn verify_account_balance<F>(
    account_state_with_proof: &AccountStateWithProof,
    f: F
) -> Result<()> where
    F: Fn(u64) -> bool