Interface LsEthAggregateActivityResponse

interface LsEthAggregateActivityResponse {
    activities: LsEthAggregateActivityItem[];
    totalCount: number;
}

Properties

Array of activity items sorted by date (newest first)

totalCount: number

Total number of activity items

Example

25