bsc/ethclient
Joshua Gutow 84041e8f31
ethclient/gethclient: return storage proofs in GetProof (#24697)
Storage proofs were being unmarshalled from the RPC form to the go struct, but were not being included in the final returned struct.
2022-04-27 11:51:24 +02:00
..
gethclient ethclient/gethclient: return storage proofs in GetProof (#24697) 2022-04-27 11:51:24 +02:00
ethclient_test.go ethclient: add CallContractAtHash (#24355) 2022-02-15 11:55:55 +02:00
ethclient.go ethclient: add CallContractAtHash (#24355) 2022-02-15 11:55:55 +02:00
signer.go