SwapCreditExecuted: PlainDescriptor<{
    amount_in: bigint;
    amount_out: bigint;
    path: [{
        interior: XcmV3Junctions;
        parents: number;
    }, bigint][];
}>

Assets have been converted from one to another.

Type declaration

  • amount_in: bigint

    The amount of the first asset that was swapped.

  • amount_out: bigint

    The amount of the second asset that was received.

  • path: [{
        interior: XcmV3Junctions;
        parents: number;
    }, bigint][]

    The route of asset IDs with amounts that the swap went through. E.g. (A, amount_in) -> (Dot, amount_out) -> (B, amount_out)