IsApprovedForAllParams

Represents the parameters for the "isApprovedForAll" function.

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