![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "transactionrecord.h"#include "key_io.h"#include "budget/budgetproposal.h"#include "sapling/key_io_sapling.h"#include "wallet/wallet.h"#include <algorithm>#include <stdint.h>Go to the source code of this file.
Functions | |
| std::pair< bool, bool > | areInputsAndOutputsFromAndToMe (const CWalletTx &wtx, SaplingScriptPubKeyMan *sspkm, bool &involvesWatchAddress) |
| bool | ExtractAddress (const CScript &scriptPubKey, bool fColdStake, std::string &addressStr) |
| std::pair<bool, bool> areInputsAndOutputsFromAndToMe | ( | const CWalletTx & | wtx, |
| SaplingScriptPubKeyMan * | sspkm, | ||
| bool & | involvesWatchAddress | ||
| ) |
Definition at line 378 of file transactionrecord.cpp.
| bool ExtractAddress | ( | const CScript & | scriptPubKey, |
| bool | fColdStake, | ||
| std::string & | addressStr | ||
| ) |
Definition at line 487 of file transactionrecord.cpp.