keylet::nftoffer -> keylet::nftokenOffer

This commit is contained in:
Mayukha Vadari
2026-04-30 15:27:10 -04:00
parent 93d0276483
commit e7b63f04af
17 changed files with 235 additions and 223 deletions

View File

@@ -233,10 +233,10 @@ nftokenPage(Keylet const& k, uint256 const& token);
/** An offer from an account to buy or sell an NFT */
Keylet
nftoffer(AccountID const& owner, std::uint32_t seq);
nftokenOffer(AccountID const& owner, std::uint32_t seq);
inline Keylet
nftoffer(uint256 const& offer)
nftokenOffer(uint256 const& offer)
{
return {ltNFTOKEN_OFFER, offer};
}

View File

@@ -21,7 +21,7 @@
/** A ledger object which identifies an offer to buy or sell an NFT.
\sa keylet::nftoffer
\sa keylet::nftokenOffer
*/
LEDGER_ENTRY(ltNFTOKEN_OFFER, 0x0037, NFTokenOffer, nft_offer, ({
{sfOwner, soeREQUIRED},