![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Notes are main primitive of Sapling, similar to a a tree of commitments. More...
#include <note.h>
Public Member Functions | |
| BaseNote () | |
| BaseNote (uint64_t value) | |
| virtual | ~BaseNote () |
| uint64_t | value () const |
Protected Attributes | |
| uint64_t | value_ {0} |
Notes are main primitive of Sapling, similar to a a tree of commitments.
|
inline |