|
Open-Transactions
0.93.0-ge03d287
|
This is the complete list of members for opentxs::OT_API, including all inherited members.
| activateSmartContract(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTString &THE_SMART_CONTRACT) const | opentxs::OT_API | |
| AddAssetContract(const OTAssetContract &theContract) const | opentxs::OT_API | |
| AddBasketCreationItem(const OTIdentifier &USER_ID, Basket &theBasket, const OTIdentifier &ASSET_TYPE_ID, int64_t MINIMUM_TRANSFER) const | opentxs::OT_API | |
| AddBasketExchangeItem(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, Basket &theBasket, const OTIdentifier &ASSET_TYPE_ID, const OTIdentifier &ASSET_ACCT_ID) const | opentxs::OT_API | |
| AddServerContract(const OTServerContract &pContract) const | opentxs::OT_API | |
| AddSignature(const OTIdentifier &theSignerNymID, const OTString &strContract, OTString &strOutput) const | opentxs::OT_API | |
| cancelCronItem(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ASSET_ACCT_ID, const int64_t &lTransactionNum) const | opentxs::OT_API | |
| checkServerID(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| checkUser(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &USER_ID_CHECK) const | opentxs::OT_API | |
| CleanupOTApp() | opentxs::OT_API | static |
| ClearExpired(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, int32_t nIndex, bool bClearAll=false) const | opentxs::OT_API | |
| ClearRecord(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID, int32_t nIndex, bool bClearAll=false) const | opentxs::OT_API | |
| ConfirmPaymentPlan(const OTIdentifier &SERVER_ID, const OTIdentifier &SENDER_USER_ID, const OTIdentifier &SENDER_ACCT_ID, const OTIdentifier &RECIPIENT_USER_ID, OTPaymentPlan &thePlan) const | opentxs::OT_API | |
| Create_SmartContract(const OTIdentifier &SIGNER_NYM_ID, time64_t VALID_FROM, time64_t VALID_TO, OTString &strOutput) const | opentxs::OT_API | |
| createAssetAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| CreateNym(int32_t nKeySize=1024, const std::string str_id_source="", const std::string str_alt_location="") const | opentxs::OT_API | |
| CreatePurse(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID, const OTIdentifier &OWNER_ID) const | opentxs::OT_API | |
| CreatePurse_Passphrase(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| createUserAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| Decode(const OTString &strEncoded, OTString &strOutput, bool bLineBreaks=true) const | opentxs::OT_API | |
| Decrypt(const OTIdentifier &theRecipientNymID, const OTString &strCiphertext, OTString &strOutput) const | opentxs::OT_API | |
| deleteAssetAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| deleteUserAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| depositCheque(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const OTString &THE_CHEQUE) const | opentxs::OT_API | |
| depositPaymentPlan(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTString &THE_PAYMENT_PLAN) const | opentxs::OT_API | |
| DiscardCheque(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const OTString &THE_CHEQUE) const | opentxs::OT_API | |
| DoesBoxReceiptExist(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID, int32_t nBoxType, const int64_t &lTransactionNum) const | opentxs::OT_API | |
| Encode(const OTString &strPlaintext, OTString &strOutput, bool bLineBreaks=true) const | opentxs::OT_API | |
| Encrypt(const OTIdentifier &theRecipientNymID, const OTString &strPlaintext, OTString &strOutput) const | opentxs::OT_API | |
| exchangeBasket(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &BASKET_ASSET_ID, const OTString &BASKET_INFO, bool bExchangeInOrOut) const | opentxs::OT_API | |
| FlatSign(const OTIdentifier &theSignerNymID, const OTString &strInput, const OTString &strContractType, OTString &strOutput) const | opentxs::OT_API | |
| FlushMessageBuffer() | opentxs::OT_API | |
| FlushSentMessages(bool bHarvestingForRetry, const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTLedger &THE_NYMBOX) const | opentxs::OT_API | |
| GenerateBasketCreation(const OTIdentifier &USER_ID, int64_t MINIMUM_TRANSFER) const | opentxs::OT_API | |
| GenerateBasketExchange(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &BASKET_ASSET_TYPE_ID, const OTIdentifier &BASKET_ASSET_ACCT_ID, int32_t TRANSFER_MULTIPLE) const | opentxs::OT_API | |
| getAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID) const | opentxs::OT_API | |
| GetAccount(int32_t iIndex, OTIdentifier &THE_ID, OTString &THE_NAME) const | opentxs::OT_API | |
| GetAccount(const OTIdentifier &THE_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetAccountCount() const | opentxs::OT_API | |
| getAccountFiles(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID) const | opentxs::OT_API | |
| GetAccountPartialMatch(const std::string PARTIAL_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetAssetContractPartialMatch(const std::string PARTIAL_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetAssetType(int32_t iIndex, OTIdentifier &THE_ID, OTString &THE_NAME) const | opentxs::OT_API | |
| GetAssetType(const OTIdentifier &THE_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetAssetTypeCount() const | opentxs::OT_API | |
| GetBasketMemberCount(const OTIdentifier &BASKET_ASSET_TYPE_ID) const | opentxs::OT_API | |
| GetBasketMemberMinimumTransferAmount(const OTIdentifier &BASKET_ASSET_TYPE_ID, int32_t nIndex) const | opentxs::OT_API | |
| GetBasketMemberType(const OTIdentifier &BASKET_ASSET_TYPE_ID, int32_t nIndex, OTIdentifier &theOutputMemberType) const | opentxs::OT_API | |
| GetBasketMinimumTransferAmount(const OTIdentifier &BASKET_ASSET_TYPE_ID) const | opentxs::OT_API | |
| getBoxReceipt(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID, int32_t nBoxType, const int64_t &lTransactionNum) const | opentxs::OT_API | |
| GetClient() const | opentxs::OT_API | inline |
| getContract(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| getInbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID) const | opentxs::OT_API | |
| getMarketList(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| getMarketOffers(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &MARKET_ID, const int64_t &lDepth) const | opentxs::OT_API | |
| getMarketRecentTrades(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &MARKET_ID) const | opentxs::OT_API | |
| getMint(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| GetNym(int32_t iIndex, OTIdentifier &NYM_ID, OTString &NYM_NAME) const | opentxs::OT_API | |
| GetNym(const OTIdentifier &NYM_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| getNym_MarketOffers(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| getNymbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| GetNymByIDPartialMatch(const std::string PARTIAL_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetNymCount() const | opentxs::OT_API | |
| GetOrLoadAccount(const OTPseudonym &theNym, const OTIdentifier &ACCT_ID, const OTIdentifier &SERVER_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetOrLoadAccount(const OTIdentifier &NYM_ID, const OTIdentifier &ACCT_ID, const OTIdentifier &SERVER_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetOrLoadNym(const OTIdentifier &NYM_ID, bool bChecking=false, const char *szFuncName=nullptr, const OTPasswordData *pPWData=nullptr) const | opentxs::OT_API | |
| GetOrLoadPrivateNym(const OTIdentifier &NYM_ID, bool bChecking=false, const char *szFuncName=nullptr, const OTPasswordData *pPWData=nullptr, const OTPassword *pImportPassword=nullptr) const | opentxs::OT_API | |
| GetOrLoadPublicNym(const OTIdentifier &NYM_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| getOutbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID) const | opentxs::OT_API | |
| getRequest(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| GetSentMessage(const int64_t &lRequestNumber, const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| GetServer(int32_t iIndex, OTIdentifier &THE_ID, OTString &THE_NAME) const | opentxs::OT_API | |
| GetServer(const OTIdentifier &THE_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetServerContractPartialMatch(const std::string PARTIAL_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetServerCount() const | opentxs::OT_API | |
| GetTime() const | opentxs::OT_API | |
| getTransactionNumber(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| GetTransportCallback() const | opentxs::OT_API | |
| GetWallet(const char *szFuncName=nullptr) const | opentxs::OT_API | |
| GetWalletFilename(OTString &strPath) const | opentxs::OT_API | |
| HarvestAllNumbers(const OTIdentifier &SERVER_ID, const OTIdentifier &NYM_ID, const OTString &THE_CRON_ITEM) const | opentxs::OT_API | |
| HarvestClosingNumbers(const OTIdentifier &SERVER_ID, const OTIdentifier &NYM_ID, const OTString &THE_CRON_ITEM) const | opentxs::OT_API | |
| HaveAlreadySeenReply(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const int64_t &lRequestNumber) const | opentxs::OT_API | |
| InitOTApp() | opentxs::OT_API | static |
| IsBasketCurrency(const OTIdentifier &BASKET_ASSET_TYPE_ID) const | opentxs::OT_API | |
| IsInitialized() const | opentxs::OT_API | inline |
| IsNym_RegisteredAtServer(const OTIdentifier &NYM_ID, const OTIdentifier &SERVER_ID) const | opentxs::OT_API | |
| issueAssetType(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTString &THE_CONTRACT) const | opentxs::OT_API | |
| issueBasket(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTString &BASKET_INFO) const | opentxs::OT_API | |
| issueMarketOffer(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ASSET_ACCT_ID, const OTIdentifier &CURRENCY_ACCT_ID, const int64_t &MARKET_SCALE, const int64_t &MINIMUM_INCREMENT, const int64_t &TOTAL_ASSETS_ON_OFFER, const int64_t &PRICE_LIMIT, bool bBuyingOrSelling, time64_t tLifespanInSeconds=OT_TIME_DAY_IN_SECONDS, char STOP_SIGN=0, int64_t ACTIVATION_PRICE=0) const | opentxs::OT_API | |
| LoadAssetAccount(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadAssetContract(const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| LoadConfigFile() | opentxs::OT_API | |
| LoadExpiredBox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadExpiredBoxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadInbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadInboxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadMint(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| LoadNymbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadNymboxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadOutbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadOutboxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadPaymentInbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadPaymentInboxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| LoadPrivateNym(const OTIdentifier &NYM_ID, bool bChecking=false, const char *szFuncName=nullptr, const OTPasswordData *pPWData=nullptr, const OTPassword *pImportPassword=nullptr) const | opentxs::OT_API | |
| LoadPublicNym(const OTIdentifier &NYM_ID, const char *szFuncName=nullptr) const | opentxs::OT_API | |
| LoadPurse(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID, const OTIdentifier &USER_ID, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| LoadPurseAndOwnerForMerge(const OTString &strPurse, Purse &thePurse, OTPassword &thePassword, bool bCanBePublic=false, const OTIdentifier *pOWNER_ID=nullptr, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| LoadPurseAndOwnerFromString(const OTIdentifier &theServerID, const OTIdentifier &theAssetTypeID, const OTString &strPurse, Purse &thePurse, OTPassword &thePassword, bool bForEncrypting=true, const OTIdentifier *pOWNER_ID=nullptr, const OTString *pstrDisplay1=nullptr, const OTString *pstrDisplay2=nullptr) const | opentxs::OT_API | |
| LoadRecordBox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadRecordBoxNoVerify(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| LoadServerContract(const OTIdentifier &SERVER_ID) const | opentxs::OT_API | |
| LoadWallet() const | opentxs::OT_API | |
| Msg_HarvestTransactionNumbers(const OTMessage &theMsg, const OTIdentifier &USER_ID, bool bHarvestingForRetry, bool bReplyWasSuccess, bool bReplyWasFailure, bool bTransactionWasSuccess, bool bTransactionWasFailure) const | opentxs::OT_API | |
| notarizeDeposit(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const OTString &THE_PURSE) const | opentxs::OT_API | |
| notarizeTransfer(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_FROM, const OTIdentifier &ACCT_TO, const int64_t &AMOUNT, const OTString &NOTE) const | opentxs::OT_API | |
| notarizeWithdrawal(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const int64_t &AMOUNT) const | opentxs::OT_API | |
| NumList_Add(OTNumList &theList, const OTNumList &theNewNumbers) const | opentxs::OT_API | |
| NumList_Count(const OTNumList &theList) const | opentxs::OT_API | |
| NumList_Remove(OTNumList &theList, const OTNumList &theOldNumbers) const | opentxs::OT_API | |
| NumList_VerifyAll(const OTNumList &theList, const OTNumList &theQueryNumbers) const | opentxs::OT_API | |
| NumList_VerifyQuery(const OTNumList &theList, const OTNumList &theQueryNumbers) const | opentxs::OT_API | |
| OT_API() | opentxs::OT_API | |
| payDividend(const OTIdentifier &SERVER_ID, const OTIdentifier &ISSUER_USER_ID, const OTIdentifier &DIVIDEND_FROM_ACCT_ID, const OTIdentifier &SHARES_ASSET_TYPE_ID, const OTString &DIVIDEND_MEMO, const int64_t &AMOUNT_PER_SHARE) const | opentxs::OT_API | |
| PopMessageBuffer(const int64_t &lRequestNumber, const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| processInbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const OTString &ACCT_LEDGER) const | opentxs::OT_API | |
| processNymbox(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| ProposePaymentPlan(const OTIdentifier &SERVER_ID, const time64_t &VALID_FROM, const time64_t &VALID_TO, const OTIdentifier &SENDER_ACCT_ID, const OTIdentifier &SENDER_USER_ID, const OTString &PLAN_CONSIDERATION, const OTIdentifier &RECIPIENT_ACCT_ID, const OTIdentifier &RECIPIENT_USER_ID, const int64_t &INITIAL_PAYMENT_AMOUNT, const time64_t &INITIAL_PAYMENT_DELAY, const int64_t &PAYMENT_PLAN_AMOUNT, const time64_t &PAYMENT_PLAN_DELAY, const time64_t &PAYMENT_PLAN_PERIOD, time64_t PAYMENT_PLAN_LENGTH=OT_TIME_ZERO, int32_t PAYMENT_PLAN_MAX_PAYMENTS=0) const | opentxs::OT_API | |
| Purse_Empty(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTString &THE_PURSE, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| Purse_Peek(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTString &THE_PURSE, const OTIdentifier *pOWNER_ID=nullptr, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| Purse_Pop(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTString &THE_PURSE, const OTIdentifier *pOWNER_ID=nullptr, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| Purse_Push(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTString &THE_PURSE, const OTString &THE_TOKEN, const OTIdentifier *pOWNER_ID=nullptr, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| queryAssetTypes(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTASCIIArmor &ENCODED_MAP) const | opentxs::OT_API | |
| RecordPayment(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, bool bIsInbox, int32_t nIndex, bool bSaveCopy) const | opentxs::OT_API | |
| RemoveSentMessage(const int64_t &lRequestNumber, const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID) const | opentxs::OT_API | |
| ResyncNymWithServer(OTPseudonym &theNym, const OTLedger &theNymbox, const OTPseudonym &theMessageNym) const | opentxs::OT_API | |
| SavePurse(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_ID, const OTIdentifier &USER_ID, Purse &THE_PURSE) const | opentxs::OT_API | |
| sendUserInstrument(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &USER_ID_RECIPIENT, const OTString &RECIPIENT_PUBKEY, const OTPayment &THE_INSTRUMENT, const OTPayment *pINSTRUMENT_FOR_SENDER=nullptr) const | opentxs::OT_API | |
| sendUserMessage(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &USER_ID_RECIPIENT, const OTString &RECIPIENT_PUBKEY, const OTString &THE_MESSAGE) const | opentxs::OT_API | |
| SetAccount_Name(const OTIdentifier &ACCT_ID, const OTIdentifier &SIGNER_NYM_ID, const OTString &ACCT_NEW_NAME) const | opentxs::OT_API | |
| SetAssetType_Name(const OTIdentifier &ASSET_ID, const OTString &STR_NEW_NAME) const | opentxs::OT_API | |
| SetNym_Name(const OTIdentifier &NYM_ID, const OTIdentifier &SIGNER_NYM_ID, const OTString &NYM_NEW_NAME) const | opentxs::OT_API | |
| SetServer_Name(const OTIdentifier &SERVER_ID, const OTString &STR_NEW_NAME) const | opentxs::OT_API | |
| SetTransportCallback(TransportCallback *pTransportCallback) | opentxs::OT_API | |
| SetWallet(const OTString &strFilename) | opentxs::OT_API | |
| SetWalletFilename(const OTString &strPath) | opentxs::OT_API | |
| SignContract(const OTIdentifier &theSignerNymID, const OTString &strContract, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddAccount(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &PARTY_NAME, const OTString &ACCT_NAME, const OTString &ASSET_TYPE_ID, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddBylaw(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &BYLAW_NAME, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddCallback(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &BYLAW_NAME, const OTString &CALLBACK_NAME, const OTString &CLAUSE_NAME, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddClause(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &BYLAW_NAME, const OTString &CLAUSE_NAME, const OTString &SOURCE_CODE, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddHook(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &BYLAW_NAME, const OTString &HOOK_NAME, const OTString &CLAUSE_NAME, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddParty(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &PARTY_NAME, const OTString &AGENT_NAME, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_AddVariable(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &BYLAW_NAME, const OTString &VAR_NAME, const OTString &VAR_ACCESS, const OTString &VAR_TYPE, const OTString &VAR_VALUE, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_ConfirmAccount(const OTString &THE_CONTRACT, const OTIdentifier &SIGNER_NYM_ID, const OTString &PARTY_NAME, const OTString &ACCT_NAME, const OTString &AGENT_NAME, const OTString &ACCT_ID, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_ConfirmParty(const OTString &THE_CONTRACT, const OTString &PARTY_NAME, const OTIdentifier &NYM_ID, OTString &strOutput) const | opentxs::OT_API | |
| SmartContract_CountNumsNeeded(const OTString &THE_CONTRACT, const OTString &AGENT_NAME) const | opentxs::OT_API | |
| Token_ChangeOwner(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTString &THE_TOKEN, const OTIdentifier &SIGNER_NYM_ID, const OTString &OLD_OWNER, const OTString &NEW_OWNER, const OTString *pstrDisplay=nullptr) const | opentxs::OT_API | |
| TransportFunction(const OTServerContract &theServerContract, const OTEnvelope &theEnvelope) const | opentxs::OT_API | |
| triggerClause(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const int64_t &lTransactionNum, const OTString &strClauseName, const OTString *pStrParam=nullptr) const | opentxs::OT_API | |
| usageCredits(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &USER_ID_CHECK, int64_t lAdjustment=0) const | opentxs::OT_API | |
| VerifyAccountReceipt(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| VerifyAndRetrieveXMLContents(const OTString &strContract, const OTIdentifier &theSignerNymID, OTString &strOutput) | opentxs::OT_API | |
| VerifySignature(const OTString &strContract, const OTIdentifier &theSignerNymID, OTContract **ppContract=nullptr) const | opentxs::OT_API | |
| Wallet_CanRemoveAccount(const OTIdentifier &ACCOUNT_ID) const | opentxs::OT_API | |
| Wallet_CanRemoveAssetType(const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| Wallet_CanRemoveNym(const OTIdentifier &NYM_ID) const | opentxs::OT_API | |
| Wallet_CanRemoveServer(const OTIdentifier &SERVER_ID) const | opentxs::OT_API | |
| Wallet_ChangePassphrase() const | opentxs::OT_API | |
| Wallet_ExportCert(const OTIdentifier &NYM_ID, OTString &strOutput) const | opentxs::OT_API | |
| Wallet_ExportNym(const OTIdentifier &NYM_ID, OTString &strOutput) const | opentxs::OT_API | |
| Wallet_ImportCert(const OTString &DISPLAY_NAME, const OTString &FILE_CONTENTS, OTIdentifier *pNymID=nullptr) const | opentxs::OT_API | |
| Wallet_ImportNym(const OTString &FILE_CONTENTS, OTIdentifier *pNymID=nullptr) const | opentxs::OT_API | |
| Wallet_ImportPurse(const OTIdentifier &SERVER_ID, const OTIdentifier &ASSET_TYPE_ID, const OTIdentifier &SIGNER_ID, const OTString &THE_PURSE, const OTString *pstrDisplay=nullptr) | opentxs::OT_API | |
| Wallet_RemoveAssetType(const OTIdentifier &ASSET_ID) const | opentxs::OT_API | |
| Wallet_RemoveNym(const OTIdentifier &NYM_ID) const | opentxs::OT_API | |
| Wallet_RemoveServer(const OTIdentifier &SERVER_ID) const | opentxs::OT_API | |
| WalletExists() const | opentxs::OT_API | |
| withdrawVoucher(const OTIdentifier &SERVER_ID, const OTIdentifier &USER_ID, const OTIdentifier &ACCT_ID, const OTIdentifier &RECIPIENT_USER_ID, const OTString &CHEQUE_MEMO, const int64_t &AMOUNT) const | opentxs::OT_API | |
| WriteCheque(const OTIdentifier &SERVER_ID, const int64_t &CHEQUE_AMOUNT, const time64_t &VALID_FROM, const time64_t &VALID_TO, const OTIdentifier &SENDER_ACCT_ID, const OTIdentifier &SENDER_USER_ID, const OTString &CHEQUE_MEMO, const OTIdentifier *pRECIPIENT_USER_ID=nullptr) const | opentxs::OT_API | |
| ~OT_API() | opentxs::OT_API |