Represents the parameters for the "unpublishContract" function.
type UnpublishContractParams = WithOverrides<{ contractId: AbiParameterToPrimitiveType<{ name: "contractId"; type: "string"; }>; publisher: AbiParameterToPrimitiveType<{ name: "publisher"; type: "address"; }>;}>;