Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

uint256.h File Reference
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
#include <crypto/common.h>
+ Include dependency graph for 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  uint160
 160-bit opaque blob. More...
 
class  uint256
 256-bit opaque blob. More...
 
class  uint512
 512-bit unsigned big integer. More...
 
struct  std::hash< uint256 >
 

Namespaces

 std
 

Functions

uint256 uint256S (const char *str)
 
uint256 uint256S (const std::string &str)
 

Function Documentation

◆ uint256S() [1/2]

◆ uint256S() [2/2]

uint256 uint256S ( const std::string &  str)
inline

Definition at line 153 of file uint256.h.

References base_blob< BITS >::SetHex().

Released under the MIT license