Electroneum
Public Member Functions | Public Attributes | List of all members
rct::rctSigBase Struct Reference

#include <rctTypes.h>

Inheritance diagram for rct::rctSigBase:
Inheritance graph
[legend]
Collaboration diagram for rct::rctSigBase:
Collaboration graph
[legend]

Public Member Functions

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
 
etn_amount txnFee
 

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

etn_amount rct::rctSigBase::txnFee

◆ type

uint8_t rct::rctSigBase::type

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