Type Alias: ExecuteInput
type ExecuteInput = {
boop: Boop;
entryPoint?: Address;
};Defined in: apps/submitter/lib/handlers/execute/types.ts:21
Properties
boop
boop: Boop;Defined in: apps/submitter/lib/handlers/execute/types.ts:26
Boop to execute.
entryPoint?
optional entryPoint: Address;Defined in: apps/submitter/lib/handlers/execute/types.ts:23
Optional target entrypoint, in case the submitter supports multiple entrypoints.