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

#include <address.h>

Collaboration diagram for libzcash::SaplingFullViewingKey:
[legend]

Public Member Functions

 SaplingFullViewingKey ()
 
 SaplingFullViewingKey (uint256 ak, uint256 nk, uint256 ovk)
 
 SERIALIZE_METHODS (SaplingFullViewingKey, obj)
 
uint256 GetFingerprint () const
 Get the fingerprint of this full viewing key (as defined in ZIP 32). More...
 
SaplingIncomingViewingKey in_viewing_key () const
 
bool is_valid () const
 

Public Attributes

uint256 ak
 
uint256 nk
 
uint256 ovk
 

Friends

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

Detailed Description

Definition at line 61 of file address.h.

Constructor & Destructor Documentation

◆ SaplingFullViewingKey() [1/2]

libzcash::SaplingFullViewingKey::SaplingFullViewingKey ( )
inline

Definition at line 67 of file address.h.

◆ SaplingFullViewingKey() [2/2]

libzcash::SaplingFullViewingKey::SaplingFullViewingKey ( uint256  ak,
uint256  nk,
uint256  ovk 
)
inline

Definition at line 68 of file address.h.

Member Function Documentation

◆ GetFingerprint()

uint256 libzcash::SaplingFullViewingKey::GetFingerprint ( ) const

Get the fingerprint of this full viewing key (as defined in ZIP 32).

Definition at line 57 of file address.cpp.

Here is the call graph for this function:

◆ in_viewing_key()

SaplingIncomingViewingKey libzcash::SaplingFullViewingKey::in_viewing_key ( ) const

Definition at line 45 of file address.cpp.

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

◆ is_valid()

bool libzcash::SaplingFullViewingKey::is_valid ( ) const

Definition at line 51 of file address.cpp.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

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

Definition at line 70 of file address.h.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 81 of file address.h.

◆ operator==

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

Definition at line 78 of file address.h.

Member Data Documentation

◆ ak

uint256 libzcash::SaplingFullViewingKey::ak

Definition at line 63 of file address.h.

◆ nk

uint256 libzcash::SaplingFullViewingKey::nk

Definition at line 64 of file address.h.

◆ ovk

uint256 libzcash::SaplingFullViewingKey::ovk

Definition at line 65 of file address.h.


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