Type Alias ReserveRepatriated

ReserveRepatriated: PlainDescriptor<
    {
        amount: bigint;
        currency_id: number;
        from: SS58String;
        status: BalanceStatus;
        to: SS58String;
    },
>

Some reserved balance was repatriated (moved from reserved to another account).