[#AsmapVersion] = AsmapVersion :mrdocs: Calculate the asmap version, a checksum identifying the asmap being used. == Synopsis Declared in `<util/asmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] AsmapVersion(std::span<std::byte const> data); ---- == Return Value A checksum uniquely identifying the asmap. == Parameters [cols="1,4"] |=== | Name| Description | *data* | The encoded asmap data to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#