Show / Hide Table of Contents

Class NFTSellOffers

Response expected from an NFTSellOffersRequest .

Inheritance
object
NFTSellOffers
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class NFTSellOffers

Properties

| Edit this page View Source

Offers

A list of sell offers for the specified NFToken.

Declaration
[JsonPropertyName("offers")]
public List<NFTOffer> Offers { get; set; }
Property Value
Type Description
List<NFTOffer>
| Edit this page View Source

TokenID

The token ID of the NFToken to which these offers pertain.

Declaration
[JsonPropertyName("nft_id")]
public string TokenID { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX