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

    Type Alias StellarSeizeModeInput

    StellarSeizeModeInput: "Transfer" | { Credit: number | string }

    How a liquidator takes delivery of seized collateral — the Soroban SeizeMode enum.

    • 'Transfer' — the pool withdraws the collateral and pays the liquidator in underlying tokens, withholding the protocol fee from the transfer.
    • { Credit: accountId } — the seized supply shares are credited to a controller account instead. 0 opens a fresh account owned by the liquidator and bound to the liquidated account's spoke; any other id must already exist, be owned by (or delegated to) the liquidator, sit in the same spoke, and be in PositionMode::Normal.