Skip to main content

GatherResult

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-runtime / GatherResult

Type Alias: GatherResult

type GatherResult =
| {
content: AlignedValue;
tag: "read";
}
| {
content: {
data: EncodedStateValue;
eventType: LogEventType;
version: number;
};
tag: "log";
};

An individual result of observing the results of a non-verifying VM program execution