const transaction = new bch.Transaction() .from(utxo) .fee(1000) .to('usercashaddress', 6000) .to('mycashaddress', 1000) .sign(privateKey); i want to output
const transaction = new bch.Transaction()
.from(utxo)
.fee(1000)
.to('usercashaddress', 6000)
.to('mycashaddress', 1000)
.sign(privateKey);
i want to output