Returns a pointer to the blob's raw bytes.
Synopsis
Declared in <uint256.h>
constexpr
unsigned char const*
data() const;
Return Value
A const pointer to the first byte of the blob.
Created with MrDocs
Returns a pointer to the blob's raw bytes.
Declared in <uint256.h>
constexpr
unsigned char const*
data() const;
A const pointer to the first byte of the blob.
Created with MrDocs