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

    Interface StellarSwapCollateralArgs

    interface StellarSwapCollateralArgs {
        accountNonce: number;
        current: StellarHubAsset;
        fromAmount: string;
        newCollateral: StellarHubAsset;
        steps: StellarStrategySwapInput;
    }
    Index

    Properties

    accountNonce: number
    fromAmount: string
    newCollateral: StellarHubAsset