All chains
    Preparing search index...

    Type Alias SwapExecuted

    SwapExecuted: PlainDescriptor<
        {
            amount_in: bigint;
            amount_out: bigint;
            path: [{ interior: XcmV5Junctions; parents: number }, bigint][];
            send_to: SS58String;
            who: SS58String;
        },
    >

    Assets have been converted from one to another. Both SwapExactTokenForToken and SwapTokenForExactToken will generate this event.