@graffiti-garden/api
    Preparing search index...

    Type Alias ChannelStats

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

    type ChannelStats = {
        channel: string;
        count: number;
        lastModified: number;
    }
    Index

    Properties

    channel: string

    The URI of the channel.

    count: number

    The number of objects that the actor has put and not deleted in the channel.

    lastModified: number

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