Modules§
- build_
info - env_
compat - logging
- redact
- Redaction of credentials embedded in provider URLs. L1 RPC providers put the API key in the
path or query (
https://host/v2/KEY), so the host is kept and everything after it dropped. A credential in the hostname is not redactable. - ser
- shutdown
- Graceful shutdown on OS termination signals.
- test_
utils
Macros§
- build_
info - impl_
serde_ from_ string_ or_ integer - Deserialize a type from either a string or integer in human-readable encodings.
- impl_
to_ fixed_ bytes - Implement
to_fixed_bytesfor wrapped types
Functions§
- commitment_
to_ u256 - converting a keccak256-based structured commitment (32 bytes) into type
U256 - contract_
send - send a transaction and wait for confirmation before returning the tx receipt and block included.
- u256_
to_ commitment - converting a
U256value into a keccak256-based structured commitment (32 bytes) - wait_
for_ http - wait_
for_ rpc