VerifiedSubgraphResult
data class VerifiedSubgraphResult(val correct: Boolean, val message: String) : SubgraphResult(source)
Represents the result of a verified subgraph execution.
This class is used to encapsulate whether the subgraph execution was successful and provides a message describing the result, including potential issues or errors.