@alphafi/alphalend-sdk - v1.1.27
    Preparing search index...

    Interface FlashRepayParams

    Parameters for flash repay (break out of looping position via Navi flash loan). Used with the flashRepay method.

    interface FlashRepayParams {
        address: string;
        positionCapId: string;
        repayAmountBaseUnits?: string;
        repayCoinType: string;
        repayMarketId: string;
        slippage: number;
        withdrawCoinType: string;
        withdrawMarketId: string;
    }
    Index

    Properties

    address: string
    positionCapId: string
    repayAmountBaseUnits?: string
    repayCoinType: string
    repayMarketId: string
    slippage: number
    withdrawCoinType: string
    withdrawMarketId: string