Skip to content

Type Alias: ExecuteSuccess

type ExecuteSuccess = {
  description?: undefined;
  receipt: BoopReceipt;
  revertData?: undefined;
  stage?: undefined;
  status: typeof Success;
};

Defined in: apps/submitter/lib/handlers/execute/types.ts:49

Successful execute call.

Properties

description?

optional description: undefined;

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


receipt

receipt: BoopReceipt;

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

Receipt for the included and successfully executed boop.


revertData?

optional revertData: undefined;

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


stage?

optional stage: undefined;

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


status

status: typeof Success;

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