Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Functions
zeth.helper.eth_get_contract_address Namespace Reference

Functions

None eth_get_contract_address (str instance_file)
 

Function Documentation

◆ eth_get_contract_address()

None zeth.helper.eth_get_contract_address.eth_get_contract_address ( str  instance_file)
Extract the address from a contract instance description file.

Definition at line 11 of file eth_get_contract_address.py.

11 def eth_get_contract_address(instance_file: str) -> None:
12  """
13  Extract the address from a contract instance description file.
14  """
15  print(load_contract_address(instance_file))
Here is the call graph for this function:
zeth.helper.eth_get_contract_address.eth_get_contract_address
None eth_get_contract_address(str instance_file)
Definition: eth_get_contract_address.py:11
zeth.cli.utils.load_contract_address
str load_contract_address(str contract_addr)
Definition: utils.py:121