PIVX Core  5.6.99
P2P Digital Currency
Public Types | Public Member Functions | Public Attributes | List of all members
CAnchorsSaplingCacheEntry Struct Reference

#include <coins.h>

Collaboration diagram for CAnchorsSaplingCacheEntry:
[legend]

Public Types

enum  Flags { DIRTY = (1 << 0) }
 

Public Member Functions

 CAnchorsSaplingCacheEntry ()
 

Public Attributes

bool entered
 
SaplingMerkleTree tree
 
unsigned char flags
 

Detailed Description

Definition at line 149 of file coins.h.

Member Enumeration Documentation

◆ Flags

Enumerator
DIRTY 

Definition at line 155 of file coins.h.

Constructor & Destructor Documentation

◆ CAnchorsSaplingCacheEntry()

CAnchorsSaplingCacheEntry::CAnchorsSaplingCacheEntry ( )
inline

Definition at line 159 of file coins.h.

Member Data Documentation

◆ entered

bool CAnchorsSaplingCacheEntry::entered

Definition at line 151 of file coins.h.

◆ flags

unsigned char CAnchorsSaplingCacheEntry::flags

Definition at line 153 of file coins.h.

◆ tree

SaplingMerkleTree CAnchorsSaplingCacheEntry::tree

Definition at line 152 of file coins.h.


The documentation for this struct was generated from the following file: