Type Alias InputViewFunctionDataWithABI

InputViewFunctionDataWithABI: InputViewFunctionData & {
    abi: ViewFunctionABI;
}

Data needed to generate a view function, including the fetched ABI.