There is currently no example for sending a specified amount of BCH. Such an example would combine UTXOs into a transaction until a target amount of BCH is reached. The remainder/change would then be sent back to the wallet.
This example in the simple-bitcoin-wallet apparently does this:
https://github.com/honest-cash/simple-bitcoin-wallet/blob/master/src/lib/distributeFunds.ts
There is currently no example for sending a specified amount of BCH. Such an example would combine UTXOs into a transaction until a target amount of BCH is reached. The remainder/change would then be sent back to the wallet.
This example in the simple-bitcoin-wallet apparently does this:
https://github.com/honest-cash/simple-bitcoin-wallet/blob/master/src/lib/distributeFunds.ts