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

Sapling note, its location in a transaction, and number of confirmations. More...

#include <saplingscriptpubkeyman.h>

Collaboration diagram for SaplingNoteEntry:
[legend]

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_SIZEmemo
 
int confirmations
 

Detailed Description

Sapling note, its location in a transaction, and number of confirmations.

Definition at line 27 of file saplingscriptpubkeyman.h.

Constructor & Destructor Documentation

◆ SaplingNoteEntry()

SaplingNoteEntry::SaplingNoteEntry ( const SaplingOutPoint _op,
const libzcash::SaplingPaymentAddress _addr,
const libzcash::SaplingNote _note,
const std::array< unsigned char, ZC_MEMO_SIZE > &  _memo,
const int  _conf 
)
inlineexplicit

Definition at line 29 of file saplingscriptpubkeyman.h.

Member Data Documentation

◆ address

libzcash::SaplingPaymentAddress SaplingNoteEntry::address

Definition at line 37 of file saplingscriptpubkeyman.h.

◆ confirmations

int SaplingNoteEntry::confirmations

Definition at line 40 of file saplingscriptpubkeyman.h.

◆ memo

std::array<unsigned char, ZC_MEMO_SIZE> SaplingNoteEntry::memo

Definition at line 39 of file saplingscriptpubkeyman.h.

◆ note

libzcash::SaplingNote SaplingNoteEntry::note

Definition at line 38 of file saplingscriptpubkeyman.h.

◆ op

SaplingOutPoint SaplingNoteEntry::op

Definition at line 36 of file saplingscriptpubkeyman.h.


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