(73 . 6)(73 . 7)
236 bool Unlock(const SecureString& strWalletPassphrase);
237 bool ChangeWalletPassphrase(const SecureString& strOldWalletPassphrase, const SecureString& strNewWalletPassphrase);
238 bool EncryptWallet(const SecureString& strWalletPassphrase);
239 void MarkDirty();
240
241 bool AddToWallet(const CWalletTx& wtxIn);
242 bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false);