typescript-sdk

Home > @3rdweb/sdk > Offer

Offer interface

Signature:

export interface Offer 

Properties

Property Type Description
buyerAddress string The address of the buyer who made the offer.
currencyContractAddress string The currency contract address of the offer token.
currencyValue CurrencyValue The CurrencyValue of the listing. Useful for displaying the price information.
listingId BigNumberish The id of the listing.
pricePerToken BigNumber The amount of coins offered per token.
quantityDesired BigNumberish The quantity of tokens to be bought.