Skip to content

Type Alias: GetStateSimulated

type GetStateSimulated = {
  description?: undefined;
  receipt?: undefined;
  simulation: SimulateOutput;
  status: typeof Simulated;
};

Defined in: apps/submitter/lib/handlers/getState/types.ts:53

The boop was simulated and the simulation result is available.

Properties

description?

optional description: undefined;

Defined in: apps/submitter/lib/handlers/getState/types.ts:57


receipt?

optional receipt: undefined;

Defined in: apps/submitter/lib/handlers/getState/types.ts:56


simulation

simulation: SimulateOutput;

Defined in: apps/submitter/lib/handlers/getState/types.ts:55


status

status: typeof Simulated;

Defined in: apps/submitter/lib/handlers/getState/types.ts:54