ChainCode::GetUint64

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

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