Transfer CFX
utx, _ := client.CreateUnsignedTransaction(<from>,<to>,<value>,nil)
txhash, err := client.SendTransaction(utx)receipt, err := client.WaitForTransationReceipt(txhash)Last updated
Was this helpful?
utx, _ := client.CreateUnsignedTransaction(<from>,<to>,<value>,nil)
txhash, err := client.SendTransaction(utx)receipt, err := client.WaitForTransationReceipt(txhash)Last updated
Was this helpful?
Was this helpful?