Modify functions that send transactions to accept an opts
map with transaction sending parameters
#81
Labels
enhancement
New feature or request
Problem:
I wanted to deploy a transaction using
EthClient.deploy/2
, but it got stuck in themempool
. After retrying it, I got the error:This can be manually fixed by incrementing the gas price, but
EthClient.deploy
does not offer this functionality.Proposal:
Modify
deploy
and other functions alike to accept anopts
dictionary:So that we can set parameters like:
The text was updated successfully, but these errors were encountered: