Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions
uint256.h File Reference
#include <crypto/common.h>
#include <span.h>
#include <util/strencodings.h>
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include <cstring>
#include <optional>
#include <string>
Include dependency graph for uint256.h:

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...
 

Namespaces

 detail
 

Functions

template<class uintN_t >
std::optional< uintN_t > detail::FromHex (std::string_view str)
 Writes the hex string (treated as little-endian) into a new uintN_t object and only returns a value iff all of the checks pass: More...
 
uint256 uint256S (std::string_view str)
 

Function Documentation

◆ uint256S()

uint256 uint256S ( std::string_view  str)
inline

Definition at line 140 of file uint256.h.

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