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

    Interface StellarMultiplyArgs

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

    Properties

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

    Stellar PositionMode: 0 normal, 1 multiply, 2 long, 3 short.

    spokeId: number

    Positive risk-spoke ID. Must match the existing account when reusing it.