How to send Ether Using Web3 and Gas Charges are Paid from Another Address?

后端 未结 0 1333
别那么骄傲
别那么骄傲 2020-12-14 05:53

I know using this for send Ether (web3):

web3.eth.sendTransaction({
    from: \'Address A\',
    to: \'Address B\',
    value: \'1000000000000000\'
})
.then(f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题