UnmappedOffer interface
Signature:
export interface UnmappedOffer
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
currency | string | The 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 | |
offeror | string | The user who is making the offer. | |
pricePerToken | BigNumberish | The amount of coins offered per token. | |
quantityDesired? | BigNumberish | (Optional) The quantity of tokens to be bought. | |
quantityWanted | BigNumberish | The amount of tokens desired. |