Hierarchy

  • Bid

Properties

auctionId: string

The id of the auction.

bidAmount: string

The amount of coins offered per token.

bidAmountCurrencyValue: {
    decimals: number;
    displayValue: string;
    name: string;
    symbol: string;
    value: BigNumber;
}

The CurrencyValue of the listing. Useful for displaying the price information.

Type declaration

  • decimals: number
  • displayValue: string
  • name: string
  • symbol: string
  • value: BigNumber
bidderAddress: string

The address of the buyer who made the offer.

currencyContractAddress: string

The currency contract address of the offer token.

Generated using TypeDoc