UpdateMetadataParams

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