Documentation
    Preparing search index...

    Type Alias ExactInParams

    Parameters for an exact input swap.

    type ExactInParams = {
        inputAmount: bigint;
    }
    Index

    Properties

    Properties

    inputAmount: bigint

    The exact amount of input tokens to be swapped.