![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
Functions | |
| template<class uintN_t > | |
| std::optional< uintN_t > | FromHex (std::string_view str) |
| Writes the hex string (in reverse byte order) into a new uintN_t object and only returns a value iff all of the checks pass: More... | |
| std::optional<uintN_t> detail::FromHex | ( | std::string_view | str | ) |
Writes the hex string (in reverse byte order) into a new uintN_t object and only returns a value iff all of the checks pass:
Definition at line 153 of file uint256.h.
1.8.14