lib-base.liquidationdetails

Home > @mosaic/lib-base > LiquidationDetails

LiquidationDetails interface

Details of a liquidate() or liquidateUpTo() transaction.

Signature:

export interface LiquidationDetails 

Properties

PropertyTypeDescription

Amount of native currency (e.g. Ether) paid to the liquidator as gas compensation.

string[]

Addresses whose Troves were liquidated by the transaction.

Amount of MoUSD paid to the liquidator as gas compensation.

Total collateral liquidated and debt cleared by the transaction.

Last updated