PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
libzcash::BaseNotePlaintext Class Reference

#include <note.h>

Inheritance diagram for libzcash::BaseNotePlaintext:
[legend]

Public Member Functions

 BaseNotePlaintext ()
 
 BaseNotePlaintext (const BaseNote &note, const std::array< unsigned char, ZC_MEMO_SIZE > &memo)
 
virtual ~BaseNotePlaintext ()
 
uint64_t value () const
 
const std::array< unsigned char, ZC_MEMO_SIZE > & memo () const
 

Protected Attributes

uint64_t value_ {0}
 
std::array< unsigned char, ZC_MEMO_SIZEmemo_ = {{0}}
 

Detailed Description

Definition at line 53 of file note.h.

Constructor & Destructor Documentation

◆ BaseNotePlaintext() [1/2]

libzcash::BaseNotePlaintext::BaseNotePlaintext ( )
inline

Definition at line 58 of file note.h.

◆ BaseNotePlaintext() [2/2]

libzcash::BaseNotePlaintext::BaseNotePlaintext ( const BaseNote note,
const std::array< unsigned char, ZC_MEMO_SIZE > &  memo 
)
inline

Definition at line 59 of file note.h.

◆ ~BaseNotePlaintext()

virtual libzcash::BaseNotePlaintext::~BaseNotePlaintext ( )
inlinevirtual

Definition at line 63 of file note.h.

Member Function Documentation

◆ memo()

const std::array<unsigned char, ZC_MEMO_SIZE>& libzcash::BaseNotePlaintext::memo ( ) const
inline

Definition at line 66 of file note.h.

Here is the caller graph for this function:

◆ value()

uint64_t libzcash::BaseNotePlaintext::value ( ) const
inline

Definition at line 65 of file note.h.

Here is the caller graph for this function:

Member Data Documentation

◆ memo_

std::array<unsigned char, ZC_MEMO_SIZE> libzcash::BaseNotePlaintext::memo_ = {{0}}
protected

Definition at line 56 of file note.h.

◆ value_

uint64_t libzcash::BaseNotePlaintext::value_ {0}
protected

Definition at line 55 of file note.h.


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