Class TokenUpdateNftsTransaction


public class TokenUpdateNftsTransaction extends Transaction<TokenUpdateNftsTransaction>
Modify the metadata field for an individual non-fungible/unique token (NFT). Updating the metadata of an NFT SHALL NOT affect ownership or the ability to transfer that NFT.
This transaction SHALL affect only the specific serial numbered tokens identified. This transaction SHALL modify individual token metadata.
This transaction MUST be signed by the token `metadata_key`.
The token `metadata_key` MUST be a valid `Key`.
The token `metadata_key` MUST NOT be an empty `KeyList`. ### Block Stream Effects None