xrpl
    Preparing search index...

    Interface NFTOffer

    One offer that might be returned from either an NFTBuyOffersRequest or an NFTSellOffersRequest.

    interface NFTOffer {
        amount: Amount;
        destination?: string;
        expiration?: number;
        flags: number;
        nft_offer_index: string;
        owner: string;
    }
    Index

    Properties

    amount: Amount
    destination?: string
    expiration?: number
    flags: number
    nft_offer_index: string
    owner: string