Enumeration NFTokenMintFlags

Transaction Flags for an NFTokenMint Transaction.

Enumeration Members

tfBurnable: 1

If set, indicates that the minted token may be burned by the issuer even if the issuer does not currently hold the token. The current holder of the token may always burn it.

tfOnlyXRP: 2

If set, indicates that the token may only be offered or sold for XRP.

tfTransferable: 8

If set, indicates that this NFT can be transferred. This flag has no effect if the token is being transferred from the issuer or to the issuer.

tfTrustLine: 4

If set, indicates that the issuer wants a trustline to be automatically created.

Generated using TypeDoc