lib-base.trovelistingparams

Home > @mosaic/lib-base > TroveListingParams

TroveListingParams interface

Parameters of the getTroves() function.

Signature:

export interface TroveListingParams 

Properties

PropertyTypeDescription

boolean

(Optional) When set to true, the retrieved Troves won't include the liquidation shares received since the last time they were directly modified.

number

Number of Troves to retrieve.

"ascendingCollateralRatio" | "descendingCollateralRatio"

How the Troves should be sorted.

number

(Optional) Index of the first Trove to retrieve from the sorted list.

Last updated