256-bit opaque blob.
More...
#include <uint256.h>
256-bit opaque blob.
- Note
- This type is called uint256 for historical reasons only. It is an opaque blob of 256 bits and has no integer operations. Use arith_uint256 if those are required.
Definition at line 195 of file uint256.h.
◆ uint256() [1/4]
◆ uint256() [2/4]
| uint256::uint256 |
( |
std::string_view | hex_str | ) |
|
|
inlineexplicitconsteval |
◆ uint256() [3/4]
| uint256::uint256 |
( |
uint8_t | v | ) |
|
|
inlineexplicitconstexpr |
◆ uint256() [4/4]
| uint256::uint256 |
( |
std::span< const unsigned char > | vch | ) |
|
|
inlineexplicitconstexpr |
◆ FromHex()
| std::optional< uint256 > uint256::FromHex |
( |
std::string_view | str | ) |
|
|
inlinestatic |
◆ FromUserHex()
| std::optional< uint256 > uint256::FromUserHex |
( |
std::string_view | str | ) |
|
|
inlinestatic |
◆ ONE
◆ ZERO
The documentation for this class was generated from the following files: