|
|
@ -741,6 +741,7 @@ public: |
|
|
|
* @return next transaction order id |
|
|
|
* @return next transaction order id |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
int64_t IncOrderPosNext(CWalletDB *pwalletdb = NULL); |
|
|
|
int64_t IncOrderPosNext(CWalletDB *pwalletdb = NULL); |
|
|
|
|
|
|
|
DBErrors ReorderTransactions(); |
|
|
|
bool AccountMove(std::string strFrom, std::string strTo, CAmount nAmount, std::string strComment = ""); |
|
|
|
bool AccountMove(std::string strFrom, std::string strTo, CAmount nAmount, std::string strComment = ""); |
|
|
|
bool GetAccountPubkey(CPubKey &pubKey, std::string strAccount, bool bForceNew = false); |
|
|
|
bool GetAccountPubkey(CPubKey &pubKey, std::string strAccount, bool bForceNew = false); |
|
|
|
|
|
|
|
|
|
|
|