Interface LiquidationParameters

Base parameters for liquidation operations LiquidationParameters

Can be obtained from the user contract liquidationParameters getter

interface LiquidationParameters {
    liquidatorAddress: Address;
    loanAsset: bigint;
    queryID: bigint;
}

Properties

liquidatorAddress: Address

Address where collateral will be sent upon liquidation

loanAsset: bigint

Asset ID of the loan being liquidated

queryID: bigint

Unique identifier for this operation