pub fn check_balance_against_transaction(
    user_account: Option<Account>,
    contract_account: Option<Account>,
    is_sponsored: bool,
    gas_limit: U256,
    gas_price: U256,
    storage_limit: U256
) -> CheckBalanceAgainstTransactionResponse