-
Notifications
You must be signed in to change notification settings - Fork 1.2k
NFT flags are not lsf #3433
Copy link
Copy link
Open
Labels
bugTypo or other small documentation errorTypo or other small documentation errortokenizationRelating to fungible or non-fungible token functionalityRelating to fungible or non-fungible token functionality
Metadata
Metadata
Assignees
Labels
bugTypo or other small documentation errorTypo or other small documentation errortokenizationRelating to fungible or non-fungible token functionalityRelating to fungible or non-fungible token functionality
In #3427 I noted that NFToken flags don't use the
lsfprefix in the source code, since they're notFlagsin an actual ledger object: NFT flags are incorporated into theNFTokenIDinstead, and they use the prefixflaginstead (for example,flagBurnablenotlsfBurnable).The documentation consistently refers to all NFT flags with the
lsfprefix, but ideally the naming would line up with the naming scheme used in the source code.