NFTokenOffer: fix space key

This commit is contained in:
mDuo13
2023-09-19 16:41:52 -07:00
parent 0f3f2f8d3e
commit e247119e9d

View File

@@ -79,7 +79,7 @@ Each unique NFT has up to two [directories](directorynode.html): one contains of
The unique ID (`NFTokenOfferID`) of a `NFTokenOffer` object is the result of the following values concatenated in order:
* The `NFTokenOffer` space key, `0x0074`;
* The `NFTokenOffer` space key, `0x0037`;
* The `AccountID` of the account placing the offer; and
* The `Sequence` (or `Ticket`) of the `NFTokenCreateOffer` transaction that created the `NFTokenOffer`.