Show / Hide Table of Contents

Enum NFTokenCreateOfferFlags

Transaction Flags for an NFTokenCreateOffer Transaction.

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
[Flags]
public enum NFTokenCreateOfferFlags : uint

Fields

Name Description
tfInnerBatchTxn

batch inner transaction

tfSellNFToken

If set, indicates that the offer is a sell offer.
Otherwise, it is a buy offer.

Extension Methods

EmumExtensions.DecodeFlags<NFTokenCreateOfferFlags>(NFTokenCreateOfferFlags)
EmumExtensions.FlagsValues<NFTokenCreateOfferFlags>(NFTokenCreateOfferFlags)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX