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

    Interface StellarRepayDebtWithCollateralArgs

    interface StellarRepayDebtWithCollateralArgs {
        accountNonce: number;
        closePosition: boolean;
        collateral: StellarHubAsset;
        collateralAmount: string;
        debt: StellarHubAsset;
        steps: StellarStrategySwapInput;
    }
    Index

    Properties

    accountNonce: number
    closePosition: boolean
    collateral: StellarHubAsset
    collateralAmount: string