[#uint160-m_data] = xref:uint160.adoc[uint160]::m_data :relfileprefix: ../ :mrdocs: Fixed‐size byte storage holding the blob's raw bytes. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::array<uint8_t, WIDTH> m_data; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#