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

#include <transaction_builder.h>

Collaboration diagram for OutputDescriptionInfo:
[legend]

Public Member Functions

 OutputDescriptionInfo (const uint256 &_ovk, const libzcash::SaplingNote &_note, const std::array< unsigned char, ZC_MEMO_SIZE > &_memo)
 
Optional< OutputDescriptionBuild (void *ctx)
 

Public Attributes

uint256 ovk
 
libzcash::SaplingNote note
 
std::array< unsigned char, ZC_MEMO_SIZEmemo
 

Detailed Description

Definition at line 36 of file transaction_builder.h.

Constructor & Destructor Documentation

◆ OutputDescriptionInfo()

OutputDescriptionInfo::OutputDescriptionInfo ( const uint256 _ovk,
const libzcash::SaplingNote _note,
const std::array< unsigned char, ZC_MEMO_SIZE > &  _memo 
)
inline

Definition at line 41 of file transaction_builder.h.

Member Function Documentation

◆ Build()

Optional< OutputDescription > OutputDescriptionInfo::Build ( void *  ctx)

Definition at line 28 of file transaction_builder.cpp.

Member Data Documentation

◆ memo

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

Definition at line 39 of file transaction_builder.h.

◆ note

libzcash::SaplingNote OutputDescriptionInfo::note

Definition at line 38 of file transaction_builder.h.

◆ ovk

uint256 OutputDescriptionInfo::ovk

Definition at line 37 of file transaction_builder.h.


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