AsmapVersion

Calculate the asmap version, a checksum identifying the asmap being used.

Synopsis

Declared in <util/asmap.h>

uint256
AsmapVersion(std::span<std::byte const> data);

Return Value

A checksum uniquely identifying the asmap.

Parameters

NameDescription
dataThe encoded asmap data to hash.