@xoxno/sdk-js
    Preparing search index...

    Interface StellarLiquidateArgs

    interface StellarLiquidateArgs {
        accountNonce: string | number;
        debtPayments: readonly StellarHubAssetAmount[];
        seizeMode?: StellarSeizeModeInput;
    }
    Index

    Properties

    accountNonce: string | number
    debtPayments: readonly StellarHubAssetAmount[]

    How the liquidator takes delivery of the seized collateral. Defaults to 'Transfer' — the pool pays out underlying tokens, which is the only behaviour the pre-SeizeMode ABI had. { Credit: 0 } opens a fresh receiving account; { Credit: id } credits an existing one.