![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <assert.h>#include <cstring>#include <stdexcept>#include <stdint.h>#include <string>#include <vector>#include <crypto/common.h>#include <libdevcore/Common.h>#include <libdevcore/CommonData.h>#include <libdevcore/FixedHash.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... | |
Functions | |
| uint256 | uint256S (const char *str) |
| uint256 | uint256S (const std::string &str) |
| dev::h256 | uintToh256 (const uint256 &in) |
| uint256 | h256Touint (const dev::h256 &in) |
| dev::u256 | uintTou256 (const uint256 &in) |
| uint256 | u256Touint (const dev::u256 &in) |
|
inline |
|
inline |
1.8.11