Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTAPI_Exec.cpp File Reference
#include "../core/stdafx.hpp"
#include "OTAPI_Exec.hpp"
#include "OpenTransactions.hpp"
#include "OTWallet.hpp"
#include "TransportCallback.hpp"
#include "Helpers.hpp"
#include "../ext/OTPayment.hpp"
#include "../cash/Mint.hpp"
#include "../cash/Purse.hpp"
#include "../cash/Token.hpp"
#include "../basket/Basket.hpp"
#include "../core/recurring/OTPaymentPlan.hpp"
#include "../core/OTAccount.hpp"
#include "../core/script/OTAgent.hpp"
#include "../core/OTAssetContract.hpp"
#include "../core/crypto/OTAsymmetricKey.hpp"
#include "../core/script/OTBylaw.hpp"
#include "../core/OTCheque.hpp"
#include "../core/script/OTClause.hpp"
#include "../core/crypto/OTCredential.hpp"
#include "../core/crypto/OTEnvelope.hpp"
#include "../core/OTLedger.hpp"
#include "../core/OTLog.hpp"
#include "../core/OTMessage.hpp"
#include "../core/script/OTParty.hpp"
#include "../core/script/OTPartyAccount.hpp"
#include "../core/crypto/OTPasswordData.hpp"
#include "../core/util/OTPaths.hpp"
#include "../core/OTPseudonym.hpp"
#include "../core/OTServerContract.hpp"
#include "../core/crypto/OTSymmetricKey.hpp"
#include <memory>
Include dependency graph for OTAPI_Exec.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Macros

#define OT_BOOL   int32_t
 

Variables

const int32_t opentxs::OT_FALSE = 0
 
const int32_t opentxs::OT_TRUE = 1
 
const int32_t opentxs::OT_ERROR = (-1)
 

Macro Definition Documentation

#define OT_BOOL   int32_t

Definition at line 176 of file OTAPI_Exec.cpp.