Expand description
Provider-related instantiation and usage utilities.
Modules§
- runtime_
transport - Runtime transport that connects on first request, which can take either of an HTTP, WebSocket, or IPC transport and supports retries based on CUPS logic.
Structs§
- Provider
Builder - Helper type to construct a
RetryProvider
Constants§
- DEFAULT_
UNKNOWN_ 🔒CHAIN_ BLOCK_ TIME - The assumed block time for unknown chains. We assume that these are chains have a faster block time.
- POLL_
INTERVAL_ 🔒BLOCK_ TIME_ SCALE_ FACTOR - The factor to scale the block time by to get the poll interval.
Functions§
- get_
http_ provider - Constructs a provider with a 100 millisecond interval poll if it’s a localhost URL (most likely an anvil or other dev node) and with the default, or 7 second otherwise.
- resolve_
path 🔒Non-Windows - try_
get_ http_ provider - Constructs a provider with a 100 millisecond interval poll if it’s a localhost URL (most likely an anvil or other dev node) and with the default, or 7 second otherwise.
Type Aliases§
- Retry
Provider - Helper type alias for a retry provider
- Retry
Provider With Signer - Helper type alias for a retry provider with a signer