type UpdateTokenURIParams = { newMetadata: NFTInput; tokenId: bigint;};
type newMetadata = NFTInput;
type tokenId = bigint;