Export

DepthHistoryItemPool

interface DepthHistoryItemPool {
    pool: string;
    totalDepth: string;
}

Properties

Properties

pool: string

asset for the given pool

Memberof

DepthHistoryItemPool

totalDepth: string

Int64(e8) in rune, the total value in the pool (both assets and rune) at the end of the interval. Note: this is twice of the pool's Rune depth. (as pools are symmetrically balance)

Memberof

DepthHistoryItemPool

Generated using TypeDoc