lib-base.liquidationdetails
Home > @mosaic/lib-base > LiquidationDetails
LiquidationDetails interface
Details of a liquidate() or liquidateUpTo() transaction.
Signature:
Properties
Property | Type | Description |
---|---|---|
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. |
Previouslib-base.liquidationdetails.lusdgascompensationNextlib-base.liquidationdetails.totalliquidated
Last updated