![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <assert.h>#include <cstring>#include <stdexcept>#include <stdint.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | base_blob< BITS > |
| Template base class for fixed-sized opaque blobs. More... | |
| class | blob_uint160 |
| 160-bit opaque blob. More... | |
| class | blob_uint256 |
| 256-bit opaque blob. More... | |
Functions | |
| blob_uint256 | blob_uint256S (const char *str) |
| blob_uint256 | blob_uint256S (const std::string &str) |
Variables | |
| const blob_uint256 | BLOB_UINT256_ZERO = blob_uint256() |
| constant uint256 instances More... | |
| const blob_uint256 | BLOB_UINT256_ONE = blob_uint256S("0000000000000000000000000000000000000000000000000000000000000001") |
|
inline |
Definition at line 144 of file blob_uint256.h.
|
inline |
| const blob_uint256 BLOB_UINT256_ONE = blob_uint256S("0000000000000000000000000000000000000000000000000000000000000001") |
Definition at line 161 of file blob_uint256.h.
| const blob_uint256 BLOB_UINT256_ZERO = blob_uint256() |
constant uint256 instances
Definition at line 160 of file blob_uint256.h.
1.8.17