Crate web30

Source

Modules§

amm
client
Byte-order safe and lightweight Web3 client.
eth_wrapping
gas_estimator
This file contains a gas estimator struct one that can be generally used in any case where waiting for lower than average gas prices is an advantage.
jsonrpc
types

Functions§

address_to_event
takes an address and spits out an event, There’s some argument to not use [u8; 32] for event definitions because of how much trouble this is but mostly you watch for addresses, Uint256 values and byte arrays the last is best represented by this and the first is easily provided by this function. Uint256 has a get_bytes function but you do need to check the length