16 ss << block_hash << std::span{buffer};
22 assert(test_container.blockhash == block_hash);
25 for (
size_t i = 1; i < test_container.indexes.size(); ++i) {
26 assert(test_container.indexes[i] > test_container.indexes[i-1]);
29 }
catch (
const std::ios_base::failure&) {
Double ended buffer combining vector and stream-like interfaces.
uint256 rand256() noexcept
generate a random uint256.