Skip to main content

Offer interface

Signature:

export interface Offer

Properties

PropertyModifiersTypeDescription
buyerAddressstringThe address of the buyer who made the offer.
currencyContractAddressstringThe currency contract address of the offer token.
currencyValueCurrencyValueThe CurrencyValue of the listing. Useful for displaying the price information.
listingIdBigNumberishThe id of the listing.
pricePerTokenBigNumberThe amount of coins offered per token.
quantityDesiredBigNumberishThe quantity of tokens to be bought.