AbiEvent
ABI "event" type
type AbiEvent = { anonymous?: boolean; inputs: readonly Array<AbiEventParameter>; name: string; type: "event" }type anonymous = boolean;type inputs = readonly Array<AbiEventParameter>type name = string;type type = "event";