Home > @infiniteobjects/eth-tokens-service > LastSale
LastSale
Signature:
export interface LastSale
| Property | Modifiers | Type | Description |
|---|---|---|---|
| asset_bundle? | null | (Optional) | |
| asset | { decimals?: number | null; token_id: string; } | ||
| auction_type? | null | (Optional) | |
| created_date | string | ||
| event_timestamp | string | ||
| event_type | string | ||
| payment_token | PaymentToken | ||
| quantity | string | ||
| total_price | string | ||
| transaction | Transaction |