Type Alias: SubmitSuccess
type SubmitSuccess = {
boopHash: Hash;
entryPoint: Address;
status: typeof Success;
};Defined in: apps/submitter/lib/handlers/submit/types.ts:38
Successful submit call.
Properties
boopHash
boopHash: Hash;Defined in: apps/submitter/lib/handlers/submit/types.ts:42
Hash of the submitted Boop
entryPoint
entryPoint: Address;Defined in: apps/submitter/lib/handlers/submit/types.ts:45
EntryPoint to which the boop was submitted onchain.
status
status: typeof Success;Defined in: apps/submitter/lib/handlers/submit/types.ts:39