Enumeration CdpState

Enumerated representation of the CDP states with their respective numeric codes.

Enumeration Members

CLOSED_BY_LIQUIDATION: 3

Indicates the CDP has been closed through a liquidation process.

CLOSED_BY_OWNER: 2

Indicates the CDP has been closed at the discretion of the owner.

CLOSED_BY_REDEMPTION: 4

Indicates the CDP has been closed by redemption.

NON_EXISTENT: 0

The state when a CDP has not been created.

OPEN: 1

Indicates an open CDP.

Generated using TypeDoc