#include "stdafx.hpp"
#include "trade/OTMarket.hpp"
#include "trade/OTOffer.hpp"
#include "trade/OTTrade.hpp"
#include "OTAccount.hpp"
#include "OTLedger.hpp"
#include "OTLog.hpp"
#include "OTPseudonym.hpp"
#include "util/OTFolders.hpp"
#include <irrxml/irrXML.hpp>
#include <memory>
Go to the source code of this file.
|
| void | opentxs::cleanup_four_accounts (OTAccount *p1, OTAccount *p2, OTAccount *p3, OTAccount *p4) |
| |
| void | opentxs::rollback_four_accounts (OTAccount &p1, bool b1, const int64_t &a1, OTAccount &p2, bool b2, const int64_t &a2, OTAccount &p3, bool b3, const int64_t &a3, OTAccount &p4, bool b4, const int64_t &a4) |
| |