From d90a86337d32334e8432f468972cb8d29d7ef547 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Tue, 22 Mar 2022 13:03:58 -0700 Subject: [PATCH] Add owner field description Per https://ripplelabs.atlassian.net/browse/RIPD-1800, when the issuer burns a NFToken with tfBurnable set the burn request must include the Owner field. --- .../transactions/transaction-types/nftokenburn.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md index 150b0d909c..9b145397c5 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokenburn.md @@ -20,7 +20,8 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper ``` { "TransactionType": "NFTokenBurn", - "Account": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", + "Account": "rNCFjv8Ek5oDrNiMJ3pw6eLLFtMjZLJnf2", + "Owner": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B", "Fee": 10, "TokenID": "000B013A95F14B0044F78A264E41713C64B5F89242540EE208C3098E00000D65" } @@ -65,6 +66,18 @@ If this operation succeeds, the corresponding `NFToken` is removed. If this oper The AccountID that submitted this transaction. The account must be either the present owner of the token or, if the lsfBurnable flag is set in the NFToken, the issuer account or an account authorized by the issuer, (that is, the MintAccount). + + Owner + + No + + string + + AccountID + + The account that owns the NFToken to be destroyed. This field is required when an issuer burns a NFToken minted using the `tfBurnable` flag that is owned by another account. + + TokenID