Module rpc

Module rpc 

Source
Expand description

RPC API keys utilities.

Macrosยง

shuffled_list ๐Ÿ”’

Structsยง

ShuffledList ๐Ÿ”’

Staticsยง

DRPC_KEYS ๐Ÿ”’
ETHERSCAN_KEYS ๐Ÿ”’
HTTP_ARCHIVE_DOMAINS ๐Ÿ”’
HTTP_DOMAINS ๐Ÿ”’
WS_ARCHIVE_DOMAINS ๐Ÿ”’
WS_DOMAINS ๐Ÿ”’

Functionsยง

debug_url ๐Ÿ”’
Basic redaction for debugging RPC URLs.
next_archive_url ๐Ÿ”’
Returns a URL that has access to archive state.
next_etherscan_api_key
Returns the next etherscan api key.
next_http_archive_rpc_url
Returns a websocket URL that has access to archive state
next_http_rpc_endpoint
Returns the next mainnet rpc URL in inline
next_rpc_endpoint
Returns the next HTTP RPC URL.
next_url ๐Ÿ”’
next_url_inner ๐Ÿ”’
next_ws_archive_rpc_url
Returns an HTTP URL that has access to archive state
next_ws_endpoint
Returns the next WS RPC URL.
next_ws_rpc_endpoint
Returns the next mainnet rpc URL in inline
rpc_endpoints
the RPC endpoints used during tests