[#node-BlockManager-ReadRawBlockResult] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::ReadRawBlockResult :relfileprefix: ../../ :mrdocs: Result of a raw block read: the bytes on success, or a ReadRawError on failure. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using ReadRawBlockResult = xref:util/Expected-0b.adoc[util::Expected<std::vector<std::byte>, ReadRawError>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#