SetPublisherProfileUriParams

Represents the parameters for the "setPublisherProfileUri" function.

type SetPublisherProfileUriParams = WithOverrides<{
publisher: AbiParameterToPrimitiveType<{
name: "publisher";
type: "address";
}>;
uri: AbiParameterToPrimitiveType<{ name: "uri"; type: "string" }>;
}>;