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

    Properties

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