sgns::sgprocessing::ProcessingResult¶
#include <processing_processor.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::vector< uint8_t > | hash |
| std::shared_ptr< std::pair< std::vector< std::string >, std::vector< std::vector< char > > > > | output_buffers |
| std::vector< std::string > | output_locations Output locations for each saved result (file paths, IPFS CIDs, URLs, etc.) |
Public Attributes Documentation¶
variable hash¶
variable output_buffers¶
std::shared_ptr< std::pair< std::vector< std::string >, std::vector< std::vector< char > > > > output_buffers;
variable output_locations¶
Output locations for each saved result (file paths, IPFS CIDs, URLs, etc.)
Updated on 2026-08-06 at 13:59:18 +0000