Reads a 64-bit little-endian word from the blob at a byte offset.
Declared in <uint256.h>
constexpr
uint64_t
GetUint64(int pos) const;
The 64-bit value read from the blob.
| Name | Description |
|---|---|
| pos | The word index; the read starts at byte offset pos * 8. |