Skip to main content

UnmappedOffer interface

Signature:

export interface UnmappedOffer

Properties

PropertyModifiersTypeDescription
currencystringThe currency contract address of the offer token.
expirationTimestamp?BigNumberish(Optional) The time where the offer expires
listingId?BigNumberish(Optional) The listing that the offer was made on
offerorstringThe user who is making the offer.
pricePerTokenBigNumberishThe amount of coins offered per token.
quantityDesired?BigNumberish(Optional) The quantity of tokens to be bought.
quantityWantedBigNumberishThe amount of tokens desired.