Coda by Ian Macalinao
    Preparing search index...
    interface EvtSwap {
        actualAmountIn: bigint;
        currentTimestamp: bigint;
        hasReferral: boolean;
        params: SwapParameters;
        pool: Address;
        swapResult: SwapResult;
        tradeDirection: number;
    }
    Index

    Properties

    actualAmountIn: bigint
    currentTimestamp: bigint
    hasReferral: boolean
    pool: Address
    swapResult: SwapResult
    tradeDirection: number