Export

ChurnItem

interface ChurnItem {
    date: string;
    height: string;
}

Properties

Properties

date: string

full timestamp (nanoseconds since 1970) of the block at which the churn occurred

Memberof

ChurnItem

height: string

height of the block at which the churn occurred

Memberof

ChurnItem

Generated using TypeDoc