Changelog
[4.10.0]
sendTransaction
in rpc_method_wrappers
accepts optional param of TransactionMiddleware
(#7088)setTransactionMiddleware
and getTransactionMiddleware
for automatically passing to sentTransaction
(#7088)getText
now supports first param AddressgetName
has optional second param checkInterfaceSupportresult
as optional never
and error
as optional never in type
JsonRpcNotification` (#7091)JsonRpcNotfication
as a union type in JsonRpcResponse
(#7091)getName
reverse resolutionweb3.eth.Contract
will get transaction middleware and use it, if web3.eth
has transaction middleware. (#7138)populateTransaction
was added to contract methods (#7124)setTransactionMiddleware
and getTransactionMiddleware
for automatically passing to sentTransaction
for deploy
and send
functions (#7138)