// Copyright (c) 2014-2023 Zano Project // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once #include "chaingen.h" #include "wallet_tests_basic.h" #include "random_helper.h" struct ionic_swap_basic_test : public wallet_test { ionic_swap_basic_test(); bool generate(std::vector& events) const; bool c1(currency::core& c, size_t ev_index, const std::vector& events); }; struct ionic_swap_exact_amounts_test : public wallet_test { ionic_swap_exact_amounts_test(); bool generate(std::vector& events) const; bool c1(currency::core& c, size_t ev_index, const std::vector& events); };