chenzhijie / go-web3

Ethereum Golang API, JSON-RPC client, Smart contract transaction API.
GNU Lesser General Public License v3.0
219 stars 74 forks source link

是否提供一种方式在SendRawTransaction中避免GetNonce调用 #15

Open Leadblock opened 2 years ago

Leadblock commented 2 years ago

我们在做量化交易类项目 在工程函数中 SendRawTransaction 会调用 e.GetNonce 这个会发起一次 RPC 调用?这会影响提交交易的速度 是否可以提供某种方式,比如指定nonce,直接提交交易