aftermath-ts-sdk - v3.3.3
    Preparing search index...
    RouterTradeEventOnChain: EventOnChain<
        {
            amount_in: BigIntAsString;
            amount_out: BigIntAsString;
            router_fee: BigIntAsString;
            router_fee_recipient: SuiAddress;
            swapper: SuiAddress;
            type_in: CoinType;
            type_out: CoinType;
        },
    >

    Raw SwapCompletedEvent fields before conversion to RouterTradeEvent.