Interface Offer

Hierarchy

  • Offer

Properties

buyerAddress: string

The address of the buyer who made the offer.

currencyContractAddress: string

The currency contract address of the offer token.

currencyValue: {
    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
listingId: BigNumberish

The id of the listing.

pricePerToken: BigNumber

The amount of coins offered per token.

quantityDesired: BigNumberish

The quantity of tokens to be bought.

Generated using TypeDoc