Returns a pointer to the first byte of the blob.

Synopses

Declared in <uint256.h>

Returns a pointer to the first byte of the blob.

constexpr
unsigned char*
begin();

Returns a pointer to the first byte of the blob.

constexpr
unsigned char const*
begin() const;

Return Value

  • A pointer to the first byte of the blob.

  • A const pointer to the first byte of the blob.

Created with MrDocs