ChainCode::begin

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();
» more...

Returns a pointer to the first byte of the blob.

constexpr
unsigned char const*
begin() const;
» more...

Return Value

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