web3.swift icon indicating copy to clipboard operation
web3.swift copied to clipboard

How to create raw transaction?

Open Abhishek9634 opened this issue 7 years ago • 3 comments

Abhishek9634 avatar Feb 20 '18 02:02 Abhishek9634

how to get or create contract address on web3 ...please

jjjesuasir avatar Mar 08 '18 11:03 jjjesuasir

how to create raw transaction using web3 ?

jesuasir007 avatar Apr 25 '18 07:04 jesuasir007

let rawtx = GethNewTransaction(nonce, toAccountAddress, amount, gasLimit.getInt64(), gasPrice, nil) I think it will help you. the last parameter in nil is a data you want to write into transaction.

ougyosen avatar May 25 '18 11:05 ougyosen