Type Alias InputEntryFunctionDataWithABI

InputEntryFunctionDataWithABI: Omit<InputEntryFunctionData, "abi"> & {
    abi: EntryFunctionABI;
}