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