lib-base.trovewithpendingredistribution

Home > @mosaic/lib-base > TroveWithPendingRedistribution

TroveWithPendingRedistribution class

A Trove in its state after the last direct modification.

Signature:

export declare class TroveWithPendingRedistribution extends UserTrove 

Extends: UserTrove

Remarks

The Trove may have received collateral and debt shares from liquidations since then. Use applyRedistribution() to calculate the Trove's most up-to-date state.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the TroveWithPendingRedistribution class.

Methods

Last updated