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
Name |
Description |
data |
The encoded asmap data to hash. |
Created with MrDocs