Skip to main content

GatherResult

@midnight/ledger v7.0.0


@midnight/ledger / 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