Skip to main content

GatherResult

@midnight-ntwrk/ledger v3.0.2Readme | API


@midnight-ntwrk/ledger v3.0.2 / 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