I’m attempting so as to add a Bitcoin Money (BCH) CashAddr output to a Partially Signed Bitcoin Transaction (PSBT) , however it appears to not help CashAddr format. I am searching for steerage on learn how to appropriately add a BCH CashAddr output to a PSBT.

I tried so as to add an output to a PSBT with a CashAddr deal with as follows:

psbt.addOutput({
    deal with: 'qpmxj39jt07sm53s04p9xqysyeg9dxm83qj824xss3',
    worth: output.worth, 
});

it provides error : error: qpmxj39jt07sm53s04p9xqysyeg9dxm83qj824xm63 has
no matching Script”

1