web3

Web3 related features

class aioethereum.management.web3.Web3Mixin

Bases: object

coroutine web3_clientVersion()

https://github.com/ethereum/wiki/wiki/JSON-RPC#web3_clientversion

Returns:version
Return type:str
coroutine web3_sha3(data)

https://github.com/ethereum/wiki/wiki/JSON-RPC#web3_sha3

Parameters:data (str) – Data for hashing
Returns:Keccak-256
Return type:str