Reads a 64‐bit little‐endian word from the blob at a byte offset.

Synopsis

Declared in <uint256.h>

constexpr
uint64_t
GetUint64(int pos) const;

Return Value

The 64‐bit value read from the blob.

Parameters

Name

Description

pos

The word index; the read starts at byte offset pos * 8.

Created with MrDocs