PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Functions | Variables
blob_uint256.h File Reference
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
Include dependency graph for blob_uint256.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  base_blob< BITS >
 Template base class for fixed-sized opaque blobs. More...
 
class  blob_uint160
 160-bit opaque blob. More...
 
class  blob_uint256
 256-bit opaque blob. More...
 

Functions

blob_uint256 blob_uint256S (const char *str)
 
blob_uint256 blob_uint256S (const std::string &str)
 

Variables

const blob_uint256 BLOB_UINT256_ZERO = blob_uint256()
 constant uint256 instances More...
 
const blob_uint256 BLOB_UINT256_ONE = blob_uint256S("0000000000000000000000000000000000000000000000000000000000000001")
 

Function Documentation

◆ blob_uint256S() [1/2]

blob_uint256 blob_uint256S ( const char *  str)
inline

Definition at line 144 of file blob_uint256.h.

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

◆ blob_uint256S() [2/2]

blob_uint256 blob_uint256S ( const std::string &  str)
inline

Definition at line 154 of file blob_uint256.h.

Here is the call graph for this function:

Variable Documentation

◆ BLOB_UINT256_ONE

const blob_uint256 BLOB_UINT256_ONE = blob_uint256S("0000000000000000000000000000000000000000000000000000000000000001")

Definition at line 161 of file blob_uint256.h.

◆ BLOB_UINT256_ZERO

const blob_uint256 BLOB_UINT256_ZERO = blob_uint256()

constant uint256 instances

Definition at line 160 of file blob_uint256.h.