uint160::data

Returns a pointer to the blob's raw bytes.

Synopses

Declared in <uint256.h>

Returns a pointer to the blob's raw bytes.

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

Returns a pointer to the blob's raw bytes.

constexpr
unsigned char*
data();
» more...

Return Value

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