[#ChainCode-end-08] = xref:ChainCode.adoc[ChainCode]::end :relfileprefix: ../ :mrdocs: Returns a pointer just past the last byte of the blob. == Synopses Declared in `<uint256.h>` Returns a pointer just past the last byte of the blob. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char* xref:ChainCode/end-0b.adoc[end](); ---- [.small]#xref:ChainCode/end-0b.adoc[_» more..._]# Returns a pointer just past the last byte of the blob. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char const* xref:ChainCode/end-02.adoc[end]() const; ---- [.small]#xref:ChainCode/end-02.adoc[_» more..._]# == Return Value * A pointer one past the last byte of the blob. * A const pointer one past the last byte of the blob. [.small]#Created with https://www.mrdocs.com[MrDocs]#