[#ChainCode-data-04] = xref:ChainCode.adoc[ChainCode]::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:ChainCode/data-0a.adoc[data]() const; ---- [.small]#xref:ChainCode/data-0a.adoc[_» more..._]# Returns a pointer to the blob's raw bytes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char* xref:ChainCode/data-01.adoc[data](); ---- [.small]#xref:ChainCode/data-01.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]#