GetAllPublishedContractsParams

Represents the parameters for the "getAllPublishedContracts" function.

type GetAllPublishedContractsParams = {
publisher: AbiParameterToPrimitiveType<{
name: "publisher";
type: "address";
}>;
};