Home
last modified time | relevance | path

Searched refs:hashBlock (Results 101 – 125 of 369) sorted by relevance

12345678910>>...15

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Documentation/SBV/Examples/Crypto/
H A DSHA.hs223 hashBlock :: (Num w, Bits w) => SHA w -> [w] -> Block w -> [w]
224 hashBlock p@SHA{shaLoopCount, shaConstants} hPrev (Block m) = step4 function
250 shaP p@SHA{h0} = foldl (hashBlock p) h0 . prepareMessage p
376 result = hashBlock algorithm hIn (Block block)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.h12 void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.h12 void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/
H A Drawtransaction.h12 void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dcore_write.cpp193 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, bool include_addresses, UniValue& e… in TxToUniv() argument
268 if (!hashBlock.IsNull()) in TxToUniv()
269 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dcore_write.cpp193 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, bool include_addresses, UniValue& e… in TxToUniv() argument
268 if (!hashBlock.IsNull()) in TxToUniv()
269 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dcore_write.cpp193 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, bool include_addresses, UniValue& e… in TxToUniv() argument
268 if (!hashBlock.IsNull()) in TxToUniv()
269 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dcore_write.cpp179 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
231 if (!hashBlock.IsNull()) in TxToUniv()
232 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dcore_write.cpp179 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
231 if (!hashBlock.IsNull()) in TxToUniv()
232 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dcore_write.cpp179 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
231 if (!hashBlock.IsNull()) in TxToUniv()
232 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dcore_write.cpp178 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
230 if (!hashBlock.IsNull()) in TxToUniv()
231 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/node/
H A Dcoinstats.h19 uint256 hashBlock{};
/dports/devel/apitrace/apitrace-9.0/wrappers/
H A Dmemtrace.hpp36 hashBlock(const void *p);
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dcore_write.cpp195 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
249 if (!hashBlock.IsNull()) in TxToUniv()
250 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dcore_write.cpp195 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
249 if (!hashBlock.IsNull()) in TxToUniv()
250 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dcore_write.cpp195 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry, bool include_hex, … in TxToUniv() argument
249 if (!hashBlock.IsNull()) in TxToUniv()
250 entry.pushKV("blockhash", hashBlock.GetHex()); in TxToUniv()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/node/
H A Dcoinstats.h25 uint256 hashBlock{};
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/node/
H A Dcoinstats.h25 uint256 hashBlock{};
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/node/
H A Dcoinstats.h25 uint256 hashBlock{};
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.h262 uint256 hashBlock; variable
285 hashBlock = uint256(); in Init()
300 READWRITE(hashBlock); in SerializationOp()
322 bool hashUnset() const { return (hashBlock.IsNull() || hashBlock == ABANDON_HASH); } in hashUnset()
323 bool isAbandoned() const { return (hashBlock == ABANDON_HASH); } in isAbandoned()
324 void setAbandoned() { hashBlock = ABANDON_HASH; } in setAbandoned()
688 void MarkConflicted(const uint256& hashBlock, const uint256& hashTx);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.h262 uint256 hashBlock; variable
285 hashBlock = uint256(); in Init()
300 READWRITE(hashBlock); in SerializationOp()
322 bool hashUnset() const { return (hashBlock.IsNull() || hashBlock == ABANDON_HASH); } in hashUnset()
323 bool isAbandoned() const { return (hashBlock == ABANDON_HASH); } in isAbandoned()
324 void setAbandoned() { hashBlock = ABANDON_HASH; } in setAbandoned()
688 void MarkConflicted(const uint256& hashBlock, const uint256& hashTx);
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.h262 uint256 hashBlock; variable
285 hashBlock = uint256(); in Init()
300 READWRITE(hashBlock); in SerializationOp()
322 bool hashUnset() const { return (hashBlock.IsNull() || hashBlock == ABANDON_HASH); } in hashUnset()
323 bool isAbandoned() const { return (hashBlock == ABANDON_HASH); } in isAbandoned()
324 void setAbandoned() { hashBlock = ABANDON_HASH; } in setAbandoned()
688 void MarkConflicted(const uint256& hashBlock, const uint256& hashTx);
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp781 if (mapBlockIndex.count(wtxIn.hashBlock)) in AddToWallet()
820 wtxIn.hashBlock.ToString()); in AddToWallet()
829 if (!wtxIn.hashUnset() && wtxIn.hashBlock != wtx.hashBlock) in AddToWallet()
831 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
837 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
985 if (mapBlockIndex.count(hashBlock)) { in MarkConflicted()
986 CBlockIndex* pindex = mapBlockIndex[hashBlock]; in MarkConflicted()
1017 wtx.hashBlock = hashBlock; in MarkConflicted()
3585 hashBlock = block.GetHash(); in SetMerkleBranch()
3599 BlockMap::iterator mi = mapBlockIndex.find(hashBlock); in SetMerkleBranch()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp781 if (mapBlockIndex.count(wtxIn.hashBlock)) in AddToWallet()
820 wtxIn.hashBlock.ToString()); in AddToWallet()
829 if (!wtxIn.hashUnset() && wtxIn.hashBlock != wtx.hashBlock) in AddToWallet()
831 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
837 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
985 if (mapBlockIndex.count(hashBlock)) { in MarkConflicted()
986 CBlockIndex* pindex = mapBlockIndex[hashBlock]; in MarkConflicted()
1017 wtx.hashBlock = hashBlock; in MarkConflicted()
3585 hashBlock = block.GetHash(); in SetMerkleBranch()
3599 BlockMap::iterator mi = mapBlockIndex.find(hashBlock); in SetMerkleBranch()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp781 if (mapBlockIndex.count(wtxIn.hashBlock)) in AddToWallet()
820 wtxIn.hashBlock.ToString()); in AddToWallet()
829 if (!wtxIn.hashUnset() && wtxIn.hashBlock != wtx.hashBlock) in AddToWallet()
831 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
837 wtx.hashBlock = wtxIn.hashBlock; in AddToWallet()
985 if (mapBlockIndex.count(hashBlock)) { in MarkConflicted()
986 CBlockIndex* pindex = mapBlockIndex[hashBlock]; in MarkConflicted()
1017 wtx.hashBlock = hashBlock; in MarkConflicted()
3585 hashBlock = block.GetHash(); in SetMerkleBranch()
3599 BlockMap::iterator mi = mapBlockIndex.find(hashBlock); in SetMerkleBranch()
[all …]

12345678910>>...15