type UpdateMetadataParams = { newMetadata: NFTInput; targetTokenId: bigint;};
type newMetadata = NFTInput;
type targetTokenId = bigint;