[#AssumeutxoHash-data-09] = xref:AssumeutxoHash.adoc[AssumeutxoHash]::data :relfileprefix: ../ :mrdocs: `data` overloads == Synopses Declared in `<util/hash_type.h>` Returns a pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:AssumeutxoHash/data-0b.adoc[data](); ---- [.small]#xref:AssumeutxoHash/data-0b.adoc[_» more..._]# Returns a const pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:AssumeutxoHash/data-07.adoc[data]() const; ---- [.small]#xref:AssumeutxoHash/data-07.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#