Coda by Ian Macalinao
    Preparing search index...
    interface SwapParameters2Args {
        amount0: number | bigint;
        amount1: number | bigint;
        swapMode: number;
    }
    Index

    Properties

    amount0: number | bigint

    When it's exact in, partial fill, this will be amount_in. When it's exact out, this will be amount_out

    amount1: number | bigint

    When it's exact in, partial fill, this will be minimum_amount_out. When it's exact out, this will be maximum_amount_in

    swapMode: number

    Swap mode, refer [SwapMode]