Type Alias ChannelStats

ChannelStats: { channel: string; count: number; lastModified: number }

Statistic about single channel returned by Graffiti.channelStats. These statistics only account for contributions made by the querying actor.

Type declaration

  • channel: string

    The URI of the channel.

  • count: number

    The number of non-tombstoned objects that the actor has posted to the channel.

  • lastModified: number

    The time that the actor last modified an object in the channel, measured in milliseconds since January 1, 1970. Tombstoned objects do not effect this modification time.