Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Helpers.cpp File Reference
#include "OTTransaction.hpp"
#include "OTLedger.hpp"
#include "OTString.hpp"
#include "util/OTFolders.hpp"
#include "OTLog.hpp"
#include "OTStorage.hpp"
#include "OTIdentifier.hpp"
#include "OTNumList.hpp"
#include <irrxml/irrXML.hpp>
#include <string>
Include dependency graph for Helpers.cpp:

Go to the source code of this file.

Namespaces

 opentxs
 

Functions

EXPORT const char * opentxs::GetTransactionTypeString (int transactionNumber)
 
int32_t opentxs::LoadAbbreviatedRecord (irr::io::IrrXMLReader *&xml, int64_t &lNumberOfOrigin, int64_t &lTransactionNum, int64_t &lInRefTo, int64_t &lInRefDisplay, time64_t &the_DATE_SIGNED, int &theType, OTString &strHash, int64_t &lAdjustment, int64_t &lDisplayValue, int64_t &lClosingNum, int64_t &lRequestNum, bool &bReplyTransSuccess, OTNumList *pNumList=nullptr)
 
EXPORT bool opentxs::VerifyBoxReceiptExists (const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID, int32_t nBoxType, const int64_t &lTransactionNum)
 
OTTransaction * opentxs::LoadBoxReceipt (OTTransaction &theAbbrev, OTLedger &theLedger)
 
EXPORT OTTransaction * opentxs::LoadBoxReceipt (OTTransaction &theAbbrev, int64_t lLedgerType)
 
bool opentxs::SetupBoxReceiptFilename (int64_t lLedgerType, const OTString &strUserOrAcctID, const OTString &strServerID, const int64_t &lTransactionNum, const char *szCaller, OTString &strFolder1name, OTString &strFolder2name, OTString &strFolder3name, OTString &strFilename)
 
bool opentxs::SetupBoxReceiptFilename (int64_t lLedgerType, OTTransaction &theTransaction, const char *szCaller, OTString &strFolder1name, OTString &strFolder2name, OTString &strFolder3name, OTString &strFilename)
 
bool opentxs::SetupBoxReceiptFilename (OTLedger &theLedger, OTTransaction &theTransaction, const char *szCaller, OTString &strFolder1name, OTString &strFolder2name, OTString &strFolder3name, OTString &strFilename)