Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
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 | |
abi | zeth.core.contracts.InstanceDescription | |
address | zeth.core.contracts.InstanceDescription | |
compile(str source_file, str contract_name, Dict[str, Any] compiler_flags=None) | zeth.core.contracts.InstanceDescription | static |
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.InstanceDescription | static |
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.InstanceDescription | static |
from_json_dict(Dict[str, Any] desc_json) | zeth.core.contracts.InstanceDescription | static |
instantiate(self, Any web3) | zeth.core.contracts.InstanceDescription | |
to_json_dict(self) | zeth.core.contracts.InstanceDescription |