|
| uint256 | BuildCommitmentHash (Consensus::LLMQType llmqType, const uint256 &blockHash, const std::vector< bool > &validMembers, const CBLSPublicKey &pubKey, const uint256 &vvecHash) |
| |
| uint256 | BuildSignHash (Consensus::LLMQType llmqType, const uint256 &quorumHash, const uint256 &id, const uint256 &msgHash) |
| |
| std::string | ToHexStr (const std::vector< bool > &vBits) |
| |
| bool | IsQuorumActive (Consensus::LLMQType llmqType, const uint256 &quorumHash) |
| |
| template<typename CacheType > |
| void | InitQuorumsCache (CacheType &cache) |
| |
| template void | InitQuorumsCache< std::map< Consensus::LLMQType, unordered_lru_cache< uint256, bool, StaticSaltedHasher > > > (std::map< Consensus::LLMQType, unordered_lru_cache< uint256, bool, StaticSaltedHasher >> &cache) |
| |
| template void | InitQuorumsCache< std::map< Consensus::LLMQType, unordered_lru_cache< uint256, std::vector< CQuorumCPtr >, StaticSaltedHasher > > > (std::map< Consensus::LLMQType, unordered_lru_cache< uint256, std::vector< CQuorumCPtr >, StaticSaltedHasher >> &cache) |
| |
| template void | InitQuorumsCache< std::map< Consensus::LLMQType, unordered_lru_cache< uint256, CQuorumCPtr, StaticSaltedHasher > > > (std::map< Consensus::LLMQType, unordered_lru_cache< uint256, CQuorumCPtr, StaticSaltedHasher >> &cache) |
| |
| template<typename T > |
| uint256 | BuildSignHash (const T &s) |
| |