Class NFTBuyOffers
Response expected from an NFTBuyOffersRequest ..
Inheritance
object
NFTBuyOffers
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class NFTBuyOffers
Properties
| Edit this page View SourceOffers
A list of buy offers for the specified NFToken.
Declaration
[JsonPropertyName("offers")]
public List<NFTOffer> Offers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<NFTOffer> |
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 |