[#base_blob-09-data-07] = xref:base_blob-09.adoc[base_blob]::data :relfileprefix: ../ :mrdocs: Returns a pointer to the blob's raw bytes. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char const* data() const; ---- == Return Value A const pointer to the first byte of the blob. [.small]#Created with https://www.mrdocs.com[MrDocs]#