From 2e8143e4f3ab4f23d74795421b538a6b0e8ed147 Mon Sep 17 00:00:00 2001 From: Viacheslav Bakshaev Date: Sun, 23 Jan 2022 20:22:19 +0100 Subject: [PATCH] TokenIDs -> TokenOffers I think it's actually called "TokenOffers" --- .../transactions/transaction-types/nftokencanceloffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md index b01923a4b2..db3d0701ab 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencanceloffer.md @@ -37,7 +37,7 @@ This transaction removes the listed `NFTokenOffer` object from the ledger, if pr | Field | JSON Type | [Internal Type][] | Description | |:----------------|:----------|:------------------|:---------------------------| | TransactionType | String | UInt16 | NFTokenCancelOffer transaction type. The integer identifier is 28. | -| TokenIDs | Array | VECTOR256 | An array of TokenID objects, each identifying the NFTokenOffer object that should be cancelled by this transaction. It is an error if an entry in this list points to an object that is not an [NFTokenOffer object][]. It is not an error if an entry in this list points to an object that does not exist. | +| TokenOffers | Array | VECTOR256 | An array of TokenID objects, each identifying the NFTokenOffer object that should be cancelled by this transaction. It is an error if an entry in this list points to an object that is not an [NFTokenOffer object][]. It is not an error if an entry in this list points to an object that does not exist. |