diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index 150b0d909c..ac77f2c69b 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -77,6 +77,18 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper Identifies the NFToken object to be removed by the transaction. + + Owner + + No + + string + + AccountID + + Identifies the owner of the NFToken with the given TokenID. Only used if that owner is different than the account signing this transaction. This is used to burn tokens with the lsfBurnable flag that have been traded. + +