node::BlockManager::ReadRawBlockResult

Result of a raw block read: the bytes on success, or a ReadRawError on failure.

Synopsis

Declared in <node/blockstorage.h>

using ReadRawBlockResult = util::Expected<std::vector<std::byte>, ReadRawError>;