Documentation
    Preparing search index...

    Interface SwapParams

    interface SwapParams {
        amount: number | bigint;
        baseCoin?: TransactionObjectArgument;
        deepAmount: number | bigint;
        deepCoin?: TransactionObjectArgument;
        minOut: number | bigint;
        poolKey: string;
        quoteCoin?: TransactionObjectArgument;
    }
    Index

    Properties

    amount: number | bigint
    deepAmount: number | bigint
    minOut: number | bigint
    poolKey: string