Skip to content

Type Alias: SimulateSuccess

type SimulateSuccess = EntryPointOutput & {
  maxFeePerGas: bigint;
  status: typeof Success;
  submitterFee: bigint;
};

Defined in: apps/submitter/lib/handlers/simulate/types.ts:47

Output of a successful simulation.

Type declaration

maxFeePerGas

maxFeePerGas: bigint;

Estimated max fee per gas (in wei) for the Boop.

status

status: typeof Success;

submitterFee

submitterFee: bigint;

Total fee requested by the submitter for submitting this boop (in wei).