xrpl
    Preparing search index...

    Interface NFTokenCreateOfferFlagsInterface

    Map of flags to boolean values representing NFTokenCreateOffer transaction flags.

    interface NFTokenCreateOfferFlagsInterface {
        tfInnerBatchTxn?: boolean;
        tfSellNFToken?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    tfInnerBatchTxn?: boolean
    tfSellNFToken?: boolean