![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "consensus/consensus.h"#include "sapling/incrementalmerkletree.h"#include "sapling/note.h"#include "uint256.h"#include "wallet/hdchain.h"#include "wallet/scriptpubkeyman.h"#include "wallet/wallet.h"#include "wallet/walletdb.h"#include <map>Go to the source code of this file.
Classes | |
| struct | SaplingNoteEntry |
| Sapling note, its location in a transaction, and number of confirmations. More... | |
| class | SaplingNoteData |
| class | SaplingScriptPubKeyMan |
Typedefs | |
| typedef std::map< SaplingOutPoint, SaplingNoteData > | mapSaplingNoteData_t |
Enumerations | |
| enum | KeyAddResult { SpendingKeyExists , KeyAlreadyExists , KeyAdded , KeyNotAdded } |
| typedef std::map<SaplingOutPoint, SaplingNoteData> mapSaplingNoteData_t |
Definition at line 136 of file saplingscriptpubkeyman.h.
| enum KeyAddResult |
| Enumerator | |
|---|---|
| SpendingKeyExists | |
| KeyAlreadyExists | |
| KeyAdded | |
| KeyNotAdded | |
Definition at line 129 of file saplingscriptpubkeyman.h.