[#uint256-data-0a0] = xref:uint256.adoc[uint256]::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* data(); ---- == Return Value A pointer to the first byte of the blob. [.small]#Created with https://www.mrdocs.com[MrDocs]#