GetPublisherProfileUriParams

Represents the parameters for the "getPublisherProfileUri" function.

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