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

#include <bls_wrapper.h>

Inheritance diagram for CBLSIdImplicit:
[legend]
Collaboration diagram for CBLSIdImplicit:
[legend]

Public Member Functions

 CBLSIdImplicit ()
 
 CBLSIdImplicit (const uint256 &id)
 
std::vector< uint8_t > Serialize () const
 
- Public Member Functions inherited from uint256
 uint256 ()
 
 uint256 (const std::vector< unsigned char > &vch)
 
uint64_t GetCheapHash () const
 A cheap hash function that just returns 64 bits from the result, it can be used when the contents are considered uniformly random. More...
 
- Public Member Functions inherited from base_blob< 256 >
constexpr base_blob ()
 
constexpr base_blob (uint8_t v)
 
 base_blob (const std::vector< unsigned char > &vch)
 
bool IsNull () const
 
void SetNull ()
 
int Compare (const base_blob &other) const
 
std::string GetHex () const
 
void SetHex (const char *psz)
 
void SetHex (const std::string &str)
 
std::string ToString () const
 
const unsigned char * data () const
 
unsigned char * data ()
 
unsigned char * begin ()
 
const unsigned char * begin () const
 
unsigned char * end ()
 
const unsigned char * end () const
 
unsigned int size () const
 
uint64_t GetUint64 (int pos) const
 
void Serialize (Stream &s) const
 
void Unserialize (Stream &s)
 

Static Public Member Functions

static CBLSIdImplicit FromBytes (const uint8_t *buffer)
 

Additional Inherited Members

- Protected Attributes inherited from base_blob< 256 >
uint8_t m_data [WIDTH]
 
- Static Protected Attributes inherited from base_blob< 256 >
static constexpr int WIDTH
 

Detailed Description

Definition at line 171 of file bls_wrapper.h.

Constructor & Destructor Documentation

◆ CBLSIdImplicit() [1/2]

CBLSIdImplicit::CBLSIdImplicit ( )
inline

Definition at line 173 of file bls_wrapper.h.

◆ CBLSIdImplicit() [2/2]

CBLSIdImplicit::CBLSIdImplicit ( const uint256 id)
inline

Definition at line 174 of file bls_wrapper.h.

Here is the call graph for this function:

Member Function Documentation

◆ FromBytes()

static CBLSIdImplicit CBLSIdImplicit::FromBytes ( const uint8_t *  buffer)
inlinestatic

Definition at line 178 of file bls_wrapper.h.

Here is the call graph for this function:

◆ Serialize()

std::vector<uint8_t> CBLSIdImplicit::Serialize ( ) const
inline

Definition at line 184 of file bls_wrapper.h.

Here is the call graph for this function:

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