Export

SaversHistoryItem

interface SaversHistoryItem {
    endTime: string;
    saversCount: string;
    saversDepth: string;
    saversUnits: string;
    startTime: string;
}

Properties

endTime: string

Int64, The end time of bucket in unix timestamp

Memberof

SaversHistoryItem

saversCount: string

Int64, Number of saver members in the pool at the end of the interval

Memberof

SaversHistoryItem

saversDepth: string

Int64(e8), The depth in the savers vault at the end of the interval

Memberof

SaversHistoryItem

saversUnits: string

Int64, Savers Units in the saver vault at the end of the interval

Memberof

SaversHistoryItem

startTime: string

Int64, The beginning time of bucket in unix timestamp

Memberof

SaversHistoryItem

Generated using TypeDoc