Skip to content

Type Alias: GetStateSimulated

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

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

The boop was simulated and the simulation result is available.

Properties

error?

optional error: undefined;

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


receipt?

optional receipt: undefined;

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


simulation

simulation: SimulateOutput;

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


status

status: typeof Simulated;

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