Skip to main content

Bid interface

Signature:

export interface Bid

Properties

PropertyModifiersTypeDescription
auctionIdstringThe id of the auction.
bidAmountstringThe amount of coins offered per token.
bidAmountCurrencyValueCurrencyValueThe CurrencyValue of the listing. Useful for displaying the price information.
bidderAddressstringThe address of the buyer who made the offer.
currencyContractAddressstringThe currency contract address of the offer token.