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

    Interface StellarMultiplyArgs

    interface StellarMultiplyArgs {
        accountNonce?: number;
        collateral: StellarHubAsset;
        convertSwap?: StellarStrategySwapInput;
        debt: StellarHubAsset;
        debtToFlashLoan: string;
        initialPayment?: StellarHubAssetAmount;
        mode: number;
        spokeId?: number;
        steps: StellarStrategySwapInput;
    }
    Index

    Properties

    accountNonce?: number
    collateral: StellarHubAsset
    debtToFlashLoan: string
    initialPayment?: StellarHubAssetAmount
    mode: number

    PositionMode repr(u32).

    spokeId?: number