create_bundle_aggregator_proxy
Documentation for eth_defi.chainlink.bundle_aggregator.create_bundle_aggregator_proxy function.
- create_bundle_aggregator_proxy(web3, proxy_address)
Create a minimal Chainlink bundle proxy contract instance.
- Parameters
web3 (web3.main.Web3) – Web3 connection for the proxy’s chain.
proxy_address (Union[eth_typing.evm.HexAddress, str]) – Chainlink bundle aggregator proxy address.
- Returns
Web3 contract instance.
- Return type
web3.contract.contract.Contract