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