Xinsheng Chen

Results 2 issues of Xinsheng Chen

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