|
| bool | IsActivated () const |
| |
| bool | ActivateCron () |
| |
| EXPORT bool | AddCronItem (OTCronItem &theItem, OTPseudonym *pActivator, bool bSaveReceipt, time64_t tDateAdded) |
| |
| EXPORT bool | RemoveCronItem (int64_t lTransactionNum, OTPseudonym &theRemover) |
| |
| EXPORT OTCronItem * | GetItemByOfficialNum (int64_t lTransactionNum) |
| |
| EXPORT OTCronItem * | GetItemByValidOpeningNum (int64_t lOpeningNum) |
| |
| EXPORT mapOfCronItems::iterator | FindItemOnMap (int64_t lTransactionNum) |
| |
EXPORT
multimapOfCronItems::iterator | FindItemOnMultimap (int64_t lTransactionNum) |
| |
| bool | AddMarket (OTMarket &theMarket, bool bSaveMarketFile=true) |
| |
| bool | RemoveMarket (const OTIdentifier &MARKET_ID) |
| |
| EXPORT OTMarket * | GetMarket (const OTIdentifier &MARKET_ID) |
| |
| OTMarket * | GetOrCreateMarket (const OTIdentifier &ASSET_ID, const OTIdentifier &CURRENCY_ID, const int64_t &lScale) |
| |
| EXPORT bool | GetMarketList (OTASCIIArmor &ascOutput, int32_t &nMarketCount) |
| |
| EXPORT bool | GetNym_OfferList (OTASCIIArmor &ascOutput, const OTIdentifier &NYM_ID, int32_t &nOfferCount) |
| |
| EXPORT void | AddTransactionNumber (const int64_t &lTransactionNum) |
| |
| int64_t | GetNextTransactionNumber () |
| |
| EXPORT int32_t | GetTransactionCount () const |
| |
| EXPORT void | ProcessCronItems () |
| |
| void | SetServerID (const OTIdentifier &SERVER_ID) |
| |
| const OTIdentifier & | GetServerID () const |
| |
| void | SetServerNym (OTPseudonym *pServerNym) |
| |
| OTPseudonym * | GetServerNym () const |
| |
| EXPORT bool | LoadCron () |
| |
| EXPORT bool | SaveCron () |
| |
| EXPORT | OTCron () |
| |
| | OTCron (const OTIdentifier &SERVER_ID) |
| |
| | OTCron (const char *szFilename) |
| |
| virtual EXPORT | ~OTCron () |
| |
| void | InitCron () |
| |
| virtual void | Release () |
| |
| void | Release_Cron () |
| |
| virtual int32_t | ProcessXMLNode (irr::io::IrrXMLReader *&xml) |
| |
| virtual void | UpdateContents () |
| |
| virtual bool | SaveContractWallet (std::ofstream &ofs) const |
| |
| const char * | GetHashType () const |
| |
| void | SetIdentifier (const OTIdentifier &theID) |
| |
| EXPORT | OTContract () |
| |
| EXPORT | OTContract (const OTString &name, const OTString &foldername, const OTString &filename, const OTString &strID) |
| |
| EXPORT | OTContract (const OTString &strID) |
| |
| EXPORT | OTContract (const OTIdentifier &theID) |
| |
| void | Initialize () |
| |
| virtual EXPORT | ~OTContract () |
| |
| EXPORT void | Release_Contract () |
| |
| EXPORT void | ReleaseSignatures () |
| |
| virtual EXPORT bool | CreateContract (const OTString &strContract, const OTPseudonym &theSigner) |
| |
| EXPORT bool | InsertNym (const OTString &strKeyName, const OTString &strKeyValue) |
| |
| EXPORT void | GetName (OTString &strName) const |
| |
| EXPORT void | SetName (const OTString &strName) |
| |
| virtual EXPORT bool | VerifyContract () |
| |
| virtual EXPORT void | GetIdentifier (OTIdentifier &theIdentifier) const |
| |
| virtual EXPORT void | GetIdentifier (OTString &theIdentifier) const |
| |
| EXPORT void | GetFilename (OTString &strFilename) const |
| |
| EXPORT void | GetFoldername (OTString &strFoldername) const |
| |
| virtual EXPORT bool | LoadContract () |
| |
| EXPORT bool | LoadContract (const char *szFoldername, const char *szFilename) |
| |
| EXPORT bool | LoadContractFromString (const OTString &theStr) |
| |
| bool | LoadContractRawFile () |
| |
| EXPORT bool | ParseRawFile () |
| |
| EXPORT bool | SaveToContractFolder () |
| |
| EXPORT bool | SaveContractRaw (OTString &strOutput) const |
| |
| EXPORT bool | RewriteContract (OTString &strOutput) const |
| |
| EXPORT bool | SaveContract () |
| |
| EXPORT bool | SaveContract (const char *szFoldername, const char *szFilename) |
| |
| virtual EXPORT void | CreateContents () |
| |
| EXPORT void | CreateInnerContents () |
| |
| virtual EXPORT bool | SaveContents (std::ofstream &ofs) const |
| |
| virtual EXPORT bool | SaveContractWallet (OTString &strContents) const |
| |
| virtual EXPORT bool | DisplayStatistics (OTString &strContents) const |
| |
| virtual EXPORT bool | SaveContents (OTString &strContents) const |
| |
| virtual EXPORT bool | SignContract (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContractAuthent (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignWithKey (const OTAsymmetricKey &theKey, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const OTPseudonym &theNym, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContractAuthent (const OTPseudonym &theNym, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const OTAsymmetricKey &theKey, OTSignature &theSignature, const OTString &strHashType, const OTPasswordData *pPWData=nullptr) |
| |
| EXPORT bool | SignContract (const char *szFoldername, const char *szFilename, OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) |
| |
| virtual EXPORT bool | VerifyContractID () const |
| |
| virtual EXPORT void | CalculateContractID (OTIdentifier &newID) const |
| |
| virtual EXPORT bool | VerifySignature (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) const |
| |
| virtual EXPORT bool | VerifySigAuthent (const OTPseudonym &theNym, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifyWithKey (const OTAsymmetricKey &theKey, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const OTPseudonym &theNym, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySigAuthent (const OTPseudonym &theNym, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const OTAsymmetricKey &theKey, const OTSignature &theSignature, const OTString &strHashType, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT bool | VerifySignature (const char *szFoldername, const char *szFilename, const OTSignature &theSignature, const OTPasswordData *pPWData=nullptr) const |
| |
| EXPORT const OTAsymmetricKey * | GetContractPublicKey () const |
| |
| EXPORT const OTPseudonym * | GetContractPublicNym () const |
| |
|
| static int32_t | GetCronMsBetweenProcess () |
| |
| static void | SetCronMsBetweenProcess (int32_t lMS) |
| |
| static int32_t | GetCronRefillAmount () |
| |
| static void | SetCronRefillAmount (int32_t nAmount) |
| |
| static int32_t | GetCronMaxItemsPerNym () |
| |
| static void | SetCronMaxItemsPerNym (int32_t nMax) |
| |
| static EXPORT bool | DearmorAndTrim (const OTString &strInput, OTString &strOutput, OTString &strFirstLine) |
| |
| static bool | AddBookendsAroundContent (OTString &strOutput, const OTString &strContents, const OTString &strContractType, const OTString &strHashType, const listOfSignatures &listSignatures) |
| |
| static EXPORT bool | LoadEncodedTextField (irr::io::IrrXMLReader *&xml, OTASCIIArmor &ascOutput) |
| |
| static EXPORT bool | LoadEncodedTextField (irr::io::IrrXMLReader *&xml, OTString &strOutput) |
| |
| static bool | LoadEncodedTextFieldByName (irr::io::IrrXMLReader *&xml, OTASCIIArmor &ascOutput, const char *&szName, OTString::Map *pmapExtraVars=nullptr) |
| |
| static bool | LoadEncodedTextFieldByName (irr::io::IrrXMLReader *&xml, OTString &strOutput, const char *&szName, OTString::Map *pmapExtraVars=nullptr) |
| |
| static bool | SkipToElement (irr::io::IrrXMLReader *&xml) |
| |
| static bool | SkipToTextField (irr::io::IrrXMLReader *&xml) |
| |
| static bool | SkipAfterLoadingField (irr::io::IrrXMLReader *&xml) |
| |
| static EXPORT bool | SignFlatText (OTString &strFlatText, const OTString &strContractType, const OTPseudonym &theSigner, OTString &strOutput) |
| |
Definition at line 164 of file OTCron.hpp.