Represents the parameters for the "getAllPublishedContracts" function.
type GetAllPublishedContractsParams = { publisher: AbiParameterToPrimitiveType<{ name: "publisher"; type: "address"; }>;};
type publisher = AbiParameterToPrimitiveType<{ name: "publisher"; type: "address";}>;