Monero
Loading...
Searching...
No Matches
rct::rctSigBase Struct Reference

#include <rctTypes.h>

Inheritance diagram for rct::rctSigBase:
Collaboration diagram for rct::rctSigBase:

Public Member Functions

 rctSigBase ()
template<bool W, template< bool > class Archive>
bool serialize_rctsig_base (Archive< W > &ar, size_t inputs, size_t outputs)

Public Attributes

uint8_t type
key message
ctkeyM mixRing
keyV pseudoOuts
std::vector< ecdhTupleecdhInfo
ctkeyV outPk
xmr_amount txnFee

Constructor & Destructor Documentation

◆ rctSigBase()

rct::rctSigBase::rctSigBase ( )
inline

Member Function Documentation

◆ serialize_rctsig_base()

template<bool W, template< bool > class Archive>
bool rct::rctSigBase::serialize_rctsig_base ( Archive< W > & ar,
size_t inputs,
size_t outputs )
inline

Member Data Documentation

◆ ecdhInfo

std::vector<ecdhTuple> rct::rctSigBase::ecdhInfo

◆ message

key rct::rctSigBase::message

◆ mixRing

ctkeyM rct::rctSigBase::mixRing

◆ outPk

ctkeyV rct::rctSigBase::outPk

◆ pseudoOuts

keyV rct::rctSigBase::pseudoOuts

◆ txnFee

xmr_amount rct::rctSigBase::txnFee

◆ type

uint8_t rct::rctSigBase::type

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