IsApprovedForAllParams

Represents the parameters for the "isApprovedForAll" function.

type IsApprovedForAllParams = {
operator: AbiParameterToPrimitiveType<{
name: "_operator";
type: "address";
}>;
owner: AbiParameterToPrimitiveType<{
name: "_owner";
type: "address";
}>;
};