Skip to main content

AbiEvent type

Signature:

export declare type AbiEvent = {
name: string;
inputs: z.infer<typeof AbiTypeSchema>[];
outputs: z.infer<typeof AbiTypeSchema>[];
comment: string;
};