![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Sapling note, its location in a transaction, and number of confirmations. More...
#include <saplingscriptpubkeyman.h>
Public Member Functions | |
| SaplingNoteEntry (const SaplingOutPoint &_op, const libzcash::SaplingPaymentAddress &_addr, const libzcash::SaplingNote &_note, const std::array< unsigned char, ZC_MEMO_SIZE > &_memo, const int _conf) | |
Public Attributes | |
| SaplingOutPoint | op |
| libzcash::SaplingPaymentAddress | address |
| libzcash::SaplingNote | note |
| std::array< unsigned char, ZC_MEMO_SIZE > | memo |
| int | confirmations |
Sapling note, its location in a transaction, and number of confirmations.
Definition at line 27 of file saplingscriptpubkeyman.h.
|
inlineexplicit |
Definition at line 29 of file saplingscriptpubkeyman.h.
| libzcash::SaplingPaymentAddress SaplingNoteEntry::address |
Definition at line 37 of file saplingscriptpubkeyman.h.
| int SaplingNoteEntry::confirmations |
Definition at line 40 of file saplingscriptpubkeyman.h.
| std::array<unsigned char, ZC_MEMO_SIZE> SaplingNoteEntry::memo |
Definition at line 39 of file saplingscriptpubkeyman.h.
| libzcash::SaplingNote SaplingNoteEntry::note |
Definition at line 38 of file saplingscriptpubkeyman.h.
| SaplingOutPoint SaplingNoteEntry::op |
Definition at line 36 of file saplingscriptpubkeyman.h.