PIVX Core  5.6.99
P2P Digital Currency
Classes | Typedefs | Enumerations
saplingscriptpubkeyman.h File Reference
#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>
Include dependency graph for saplingscriptpubkeyman.h:
This graph shows which files directly or indirectly include this file:

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, SaplingNoteDatamapSaplingNoteData_t
 

Enumerations

enum  KeyAddResult { SpendingKeyExists , KeyAlreadyExists , KeyAdded , KeyNotAdded }
 

Typedef Documentation

◆ mapSaplingNoteData_t

Definition at line 136 of file saplingscriptpubkeyman.h.

Enumeration Type Documentation

◆ KeyAddResult

Enumerator
SpendingKeyExists 
KeyAlreadyExists 
KeyAdded 
KeyNotAdded 

Definition at line 129 of file saplingscriptpubkeyman.h.