Type Alias ReserveRepatriated

ReserveRepatriated: PlainDescriptor<
    {
        amount: bigint;
        destination_status: BalanceStatus;
        from: SS58String;
        to: SS58String;
    },
>

Some balance was moved from the reserve of the first account to the second account. Final argument indicates the destination balance type.