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