You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good evening, tell me how to send a transaction by signing it locally
I do this:
`import json
import time
from eth_account import Account
from web3 import Web3, HTTPProvider, IPCProvider, eth
w3 = Web3(HTTPProvider('https://rinkeby.infura.io/EAGgjypt3XXLDYWK9B4W'))
ValueError error: {'code': -32602, 'message': 'invalid argument 0: json: can not unmarshal non-string into Go struct field SendTxArgs.to of type common.Address'}
web3 == 3.16.4
already tried everything, and could not send the transaction