lib-base.usertrovestatus

Home > @mosaic/lib-base > UserTroveStatus

UserTroveStatus type

Represents whether a UserTrove is open or not, or why it was closed.

Signature:

export declare type UserTroveStatus = "nonExistent" | "open" | "closedByOwner" | "closedByLiquidation" | "closedByRedemption";

Last updated