safe.safe_compat

Documentation for eth_defi.safe.safe_compat Python module.

safe-eth-py RPC compatibility layer.

Functions

create_safe_ethereum_client(web3[, ...])

Safe library wants to use its own funny client.

create_safe_ethereum_client(web3, retry_count=10, creation_problem_sleep=10)

Safe library wants to use its own funny client.

  • Translate Web3 endpoints to EthereumClient

Parameters

web3 (web3.main.Web3) –

Return type

safe_eth.eth.ethereum_client.EthereumClient