[#WitnessV0ScriptHash-begin-0ab] = xref:WitnessV0ScriptHash.adoc[WitnessV0ScriptHash]::begin :relfileprefix: ../ :mrdocs: `begin` overloads == Synopses Declared in `<util/hash_type.h>` Returns an iterator to the first byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:WitnessV0ScriptHash/begin-08.adoc[begin](); ---- [.small]#xref:WitnessV0ScriptHash/begin-08.adoc[_» more..._]# Returns a const iterator to the first byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:WitnessV0ScriptHash/begin-0a2.adoc[begin]() const; ---- [.small]#xref:WitnessV0ScriptHash/begin-0a2.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#