Bid interface
Signature:
export interface Bid
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
auctionId | string | The id of the auction. | |
bidAmount | string | The amount of coins offered per token. | |
bidAmountCurrencyValue | CurrencyValue | The CurrencyValue of the listing. Useful for displaying the price information. | |
bidderAddress | string | The address of the buyer who made the offer. | |
currencyContractAddress | string | The currency contract address of the offer token. |