Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <assert.h>#include <cstring>#include <stdexcept>#include <stdint.h>#include <string>#include <vector>#include <crypto/common.h>
Include dependency graph for uint256.h:
This graph shows which files directly or indirectly include this file: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... | |
| class | uint512 |
| 512-bit unsigned big integer. More... | |
| struct | std::hash< uint256 > |
Namespaces | |
| std | |
Functions | |
| uint256 | uint256S (const char *str) |
| uint256 | uint256S (const std::string &str) |
Function Documentation
◆ uint256S() [1/2]
|
inline |
Definition at line 143 of file uint256.h.
References base_blob< BITS >::SetHex().
Referenced by AppInitParameterInteraction(), CoinControlDialog::buttonToggleLockClicked(), CDevNetParams::CDevNetParams(), CMainParams::CMainParams(), CChainState::ConnectBlock(), CRegTestParams::CRegTestParams(), CTestNetParams::CTestNetParams(), getblock(), getblockheader(), getblockheaders(), getchaintxstats(), CWallet::GetMasternodeOutpointAndKeys(), getmerkleblocks(), getspecialtxes(), gettxout(), gettxoutproof(), invalidateblock(), CoinControlDialog::lockCoin(), lockunspent(), MutateTxAddInput(), preciousblock(), reconsiderblock(), base_uint< 256 >::SetHex(), CoinControlDialog::showMenu(), SignatureHash(), CoinControlDialog::unlockCoin(), CoinControlDialog::viewItemChanged(), and waitforblock().
◆ uint256S() [2/2]
|
inline |
Definition at line 153 of file uint256.h.
References base_blob< BITS >::SetHex().

