Skip to main content

Module flags

Module flags 

Source
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.