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

#include <address.h>

Collaboration diagram for libzcash::SaplingExpandedSpendingKey:
[legend]

Public Member Functions

 SaplingExpandedSpendingKey ()
 
 SaplingExpandedSpendingKey (uint256 ask, uint256 nsk, uint256 ovk)
 
 SERIALIZE_METHODS (SaplingExpandedSpendingKey, obj)
 
SaplingFullViewingKey full_viewing_key () const
 
bool IsNull ()
 

Public Attributes

uint256 ask
 
uint256 nsk
 
uint256 ovk
 

Friends

bool operator== (const SaplingExpandedSpendingKey &a, const SaplingExpandedSpendingKey &b)
 
bool operator< (const SaplingExpandedSpendingKey &a, const SaplingExpandedSpendingKey &b)
 

Detailed Description

Definition at line 89 of file address.h.

Constructor & Destructor Documentation

◆ SaplingExpandedSpendingKey() [1/2]

libzcash::SaplingExpandedSpendingKey::SaplingExpandedSpendingKey ( )
inline

Definition at line 95 of file address.h.

◆ SaplingExpandedSpendingKey() [2/2]

libzcash::SaplingExpandedSpendingKey::SaplingExpandedSpendingKey ( uint256  ask,
uint256  nsk,
uint256  ovk 
)
inline

Definition at line 96 of file address.h.

Member Function Documentation

◆ full_viewing_key()

SaplingFullViewingKey libzcash::SaplingExpandedSpendingKey::full_viewing_key ( ) const

Definition at line 29 of file address.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsNull()

bool libzcash::SaplingExpandedSpendingKey::IsNull ( )
inline

Definition at line 101 of file address.h.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

libzcash::SaplingExpandedSpendingKey::SERIALIZE_METHODS ( SaplingExpandedSpendingKey  ,
obj   
)
inline

Definition at line 98 of file address.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const SaplingExpandedSpendingKey a,
const SaplingExpandedSpendingKey b 
)
friend

Definition at line 106 of file address.h.

◆ operator==

bool operator== ( const SaplingExpandedSpendingKey a,
const SaplingExpandedSpendingKey b 
)
friend

Definition at line 103 of file address.h.

Member Data Documentation

◆ ask

uint256 libzcash::SaplingExpandedSpendingKey::ask

Definition at line 91 of file address.h.

◆ nsk

uint256 libzcash::SaplingExpandedSpendingKey::nsk

Definition at line 92 of file address.h.

◆ ovk

uint256 libzcash::SaplingExpandedSpendingKey::ovk

Definition at line 93 of file address.h.


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