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