Documentation
    Preparing search index...
    type TradedArgs = {
        aToB: boolean;
        inputAmount: number | bigint;
        inputTransferFee: number | bigint;
        lpFee: number | bigint;
        outputAmount: number | bigint;
        outputTransferFee: number | bigint;
        postSqrtPrice: number | bigint;
        preSqrtPrice: number | bigint;
        protocolFee: number | bigint;
        whirlpool: Address;
    }
    Index

    Properties

    aToB: boolean
    inputAmount: number | bigint
    inputTransferFee: number | bigint
    lpFee: number | bigint
    outputAmount: number | bigint
    outputTransferFee: number | bigint
    postSqrtPrice: number | bigint
    preSqrtPrice: number | bigint
    protocolFee: number | bigint
    whirlpool: Address