50 verified.info = std::move(_bi);
54 verified(
std::move(_other.verified)),
55 blockData(
std::move(_other.blockData))
63 verified = (std::move(_other.verified));
64 blockData = (std::move(_other.blockData));
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
VerifiedBlock(VerifiedBlock &&_other)
VerifiedBlock(BlockHeader &&_bi)
std::hash for asio::adress
assert(len-trim+(2 *lenIndices)<=WIDTH)
VerifiedBlockRef verified
Verified block structures.
Verified block info, combines block data and verified info/transactions.
bytesConstRef block
Block data reference.
std::vector< byte > bytes
bytes blockData
Block data.
VerifiedBlock & operator=(VerifiedBlock &&_other)
Verified block info, does not hold block data, but a reference instead.
std::vector< VerifiedBlock > VerifiedBlocks
std::vector< Transaction > transactions
Verified list of block transactions.
BlockHeader info
Prepopulated block info.