@midnight-ntwrk/compact-runtime v0.7.0 • Readme | API
@midnight-ntwrk/compact-runtime v0.7.0 / GatherResult
Type alias: GatherResult
type GatherResult: {
content: AlignedValue;
tag: "read";
} | {
content: EncodedStateValue;
tag: "log";
};
An individual result of observing the results of a non-verifying VM program execution