Show / Hide Table of Contents

Class NFTokenIdData

Inheritance
object
NFTokenIdData
Namespace: Xrpl.Models.Common
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
Type Description
uint
| Edit this page View Source

Issuer

Declaration
public string Issuer { get; set; }
Property Value
Type Description
string
| Edit this page View Source

NFTokenID

Declaration
public string NFTokenID { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Sequence

Declaration
public uint Sequence { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Taxon

Declaration
public uint Taxon { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

TransferFee

Declaration
public uint TransferFee { get; set; }
Property Value
Type Description
uint

Methods

| Edit this page View Source

ParseNfTokenId(string)

Declaration
public static NFTokenIdData ParseNfTokenId(string nftokenID)
Parameters
Type Name Description
string nftokenID
Returns
Type Description
NFTokenIdData
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX