Record
metadata-hash-value
A 128-bit hash value, split into parts because wasm doesn't have a 128-bit integer type.
record metadata-hash-value {
lower: u64,
upper: u64,
}Fields
| Name | Type | Description |
|---|---|---|
| lower | u64 | 64 bits of a 128-bit hash value. |
| upper | u64 | Another 64 bits of a 128-bit hash value. |