[#WitnessV0ScriptHash-data-00] = xref:WitnessV0ScriptHash.adoc[WitnessV0ScriptHash]::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:WitnessV0ScriptHash/data-04.adoc[data](); ---- [.small]#xref:WitnessV0ScriptHash/data-04.adoc[_» more..._]# Returns a const pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:WitnessV0ScriptHash/data-09.adoc[data]() const; ---- [.small]#xref:WitnessV0ScriptHash/data-09.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#