Expand description
NFToken flags - see NFToken documentation
Constants§
- BURNABLE
- The issuer (or an entity authorized by the issuer) may destroy the object. If this flag is set, the object may be burned by the issuer even if the issuer does not currently hold the object. The object’s owner can always burn it.
- ONLY_
XRP - If set, indicates that the minted token may only be bought or sold for XRP. This can be useful for compliance purposes if the issuer wants to avoid other tokens.
- TRANSFERABLE
- If set, indicates that the minted token may be transferred to others. If not set, the token can only be transferred back to the issuer.
- TRUST_
LINE - If set, automatically create trust lines to hold transfer fees as specified in the TransferFee field.