Type Alias: SubmitSuccess
type SubmitSuccess = {
entryPoint: Address;
hash: Hash;
status: typeof Success;
};Defined in: apps/submitter/lib/handlers/submit/types.ts:33
Output type of successful submit calls.
Properties
entryPoint
entryPoint: Address;Defined in: apps/submitter/lib/handlers/submit/types.ts:38
EntryPoint to which the boop was submitted onchain.
hash
hash: Hash;Defined in: apps/submitter/lib/handlers/submit/types.ts:36
Hash of the submitted Boop
status
status: typeof Success;Defined in: apps/submitter/lib/handlers/submit/types.ts:34