Type Alias: ExecuteInput
type ExecuteInput = {
entryPoint: Address;
tx: Boop;
};Defined in: packages/submitter/lib/interfaces/boop_execute.ts:10
Properties
entryPoint?
optional entryPoint: Address;Defined in: packages/submitter/lib/interfaces/boop_execute.ts:12
Optional target entrypoint, in case the submitter supports multiple entrypoints.
tx
tx: Boop;Defined in: packages/submitter/lib/interfaces/boop_execute.ts:15
Boop to execute.