Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NFTBuyOffersResponse

Response expected from an NFTBuyOffersRequest.

Hierarchy

  • BaseResponse
    • NFTBuyOffersResponse

Index

Properties

Optional api_version

api_version?: number

Optional forwarded

forwarded?: boolean

id

id: string | number

result

result: { offers: NFTOffer[]; tokenid: string }

Type declaration

  • offers: NFTOffer[]

    A list of buy offers for the specified NFToken.

  • tokenid: string

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

Optional status

status?: string

type

type: string

Optional warning

warning?: "load"

Optional warnings

warnings?: Warning[]

Generated using TypeDoc