Class NFTokenIdData
Inheritance
object
NFTokenIdData
Assembly: Xrpl.dll
Syntax
public class NFTokenIdData
Constructors
|
Edit this page
View Source
NFTokenIdData(uint, uint, string, uint, uint)
Declaration
public NFTokenIdData(uint flags, uint transferFee, string issuer, uint taxon, uint sequence)
Parameters
| Type |
Name |
Description |
| uint |
flags |
|
| uint |
transferFee |
|
| string |
issuer |
|
| uint |
taxon |
|
| uint |
sequence |
|
Properties
|
Edit this page
View Source
Flags
Declaration
public uint Flags { get; set; }
Property Value
|
Edit this page
View Source
Issuer
Declaration
public string Issuer { get; set; }
Property Value
|
Edit this page
View Source
NFTokenID
Declaration
public string NFTokenID { get; set; }
Property Value
|
Edit this page
View Source
Sequence
Declaration
public uint Sequence { get; set; }
Property Value
|
Edit this page
View Source
Taxon
Declaration
public uint Taxon { get; set; }
Property Value
|
Edit this page
View Source
TransferFee
Declaration
public uint TransferFee { get; set; }
Property Value
Methods
|
Edit this page
View Source
ParseNfTokenId(string)
Declaration
public static NFTokenIdData ParseNfTokenId(string nftokenID)
Parameters
| Type |
Name |
Description |
| string |
nftokenID |
|
Returns