OPNet
    Preparing search index...

    Type Alias SwapExecutedEvent

    type SwapExecutedEvent = {
        amountIn: bigint;
        amountOut: bigint;
        buyer: Address;
        totalFees: bigint;
    }
    Index

    Properties

    amountIn: bigint
    amountOut: bigint
    buyer: Address
    totalFees: bigint