![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <chain.h>Go to the source code of this file.
Functions | |
| arith_uint256 | GetBlockProof (const CBlockIndex &block) |
| int64_t | GetBlockProofEquivalentTime (const CBlockIndex &to, const CBlockIndex &from, const CBlockIndex &tip, const Consensus::Params ¶ms) |
| Return the time it would take to redo the work difference between from and to, assuming the current hashrate corresponds to the difficulty at tip, in seconds. More... | |
| const CBlockIndex * | LastCommonAncestor (const CBlockIndex *pa, const CBlockIndex *pb) |
| Find the last common ancestor two blocks have. More... | |
| arith_uint256 GetBlockProof | ( | const CBlockIndex & | block | ) |
| int64_t GetBlockProofEquivalentTime | ( | const CBlockIndex & | to, |
| const CBlockIndex & | from, | ||
| const CBlockIndex & | tip, | ||
| const Consensus::Params & | |||
| ) |
| const CBlockIndex* LastCommonAncestor | ( | const CBlockIndex * | pa, |
| const CBlockIndex * | pb | ||
| ) |
1.8.14