Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
zeth.core.contracts.InstanceDescription Member List

This is the complete list of members for zeth.core.contracts.InstanceDescription, including all inherited members.

__init__(self, str address, Dict[str, Any] abi)zeth.core.contracts.InstanceDescription
abizeth.core.contracts.InstanceDescription
addresszeth.core.contracts.InstanceDescription
compile(str source_file, str contract_name, Dict[str, Any] compiler_flags=None)zeth.core.contracts.InstanceDescriptionstatic
deploy(Any web3, str source_file, str contract_name, str deployer_eth_address, Optional[bytes] deployer_eth_private_key, Optional[int] deployment_gas, Dict[str, Any] compiler_flags=None, Iterable[Any] args=None)zeth.core.contracts.InstanceDescriptionstatic
deploy_from_compiled(Any web3, str deployer_eth_address, Optional[bytes] deployer_eth_private_key, Optional[int] deployment_gas, Any compiled, *Any args)zeth.core.contracts.InstanceDescriptionstatic
from_json_dict(Dict[str, Any] desc_json)zeth.core.contracts.InstanceDescriptionstatic
instantiate(self, Any web3)zeth.core.contracts.InstanceDescription
to_json_dict(self)zeth.core.contracts.InstanceDescription