Enum NFTokenMintFlags
Transaction Flags for an NFTokenMint Transaction.
Namespace: Xrpl.Models.Transaction
Assembly: Xrpl.dll
Syntax
public enum NFTokenMintFlags : uint
Fields
| Name | Description |
|---|---|
| tfBurnable | If set, indicates that the minted token may be burned by the issuer even if the issuer does not currently hold the token. |
| tfOnlyXRP | If set, indicates that the token may only be offered or sold for XRP. |
| tfTransferable | If set, indicates that this NFT can be transferred. |
| tfTrustLine | If set, indicates that the issuer wants a trustline to be automatically created. |