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

    Interface StellarSwapDebtArgs

    interface StellarSwapDebtArgs {
        accountNonce: number;
        existingDebt: StellarHubAsset;
        newDebt: StellarHubAsset;
        newDebtAmount: string;
        steps: StellarStrategySwapInput;
    }
    Index

    Properties

    accountNonce: number
    existingDebt: StellarHubAsset
    newDebtAmount: string