Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Public Member Functions | Public Attributes | List of all members
zeth.cli.utils.ClientConfig Class Reference

Public Member Functions

def __init__ (self, Optional[str] eth_network, str prover_server_endpoint, str prover_config_file, str instance_file, str address_file, str wallet_dir)
 

Public Attributes

 eth_network
 
 prover_server_endpoint
 
 prover_config_file
 
 instance_file
 
 address_file
 
 wallet_dir
 

Detailed Description

Context for users of these client tools

Definition at line 64 of file utils.py.

Constructor & Destructor Documentation

◆ __init__()

def zeth.cli.utils.ClientConfig.__init__ (   self,
Optional[str]  eth_network,
str  prover_server_endpoint,
str  prover_config_file,
str  instance_file,
str  address_file,
str  wallet_dir 
)

Definition at line 68 of file utils.py.

68  def __init__(
69  self,
70  eth_network: Optional[str],
71  prover_server_endpoint: str,
72  prover_config_file: str,
73  instance_file: str,
74  address_file: str,
75  wallet_dir: str):
76  self.eth_network = eth_network
77  self.prover_server_endpoint = prover_server_endpoint
78  self.prover_config_file = prover_config_file
79  self.instance_file = instance_file
80  self.address_file = address_file
81  self.wallet_dir = wallet_dir
82 
83 

Member Data Documentation

◆ address_file

zeth.cli.utils.ClientConfig.address_file

Definition at line 73 of file utils.py.

◆ eth_network

zeth.cli.utils.ClientConfig.eth_network

Definition at line 69 of file utils.py.

◆ instance_file

zeth.cli.utils.ClientConfig.instance_file

Definition at line 72 of file utils.py.

◆ prover_config_file

zeth.cli.utils.ClientConfig.prover_config_file

Definition at line 71 of file utils.py.

◆ prover_server_endpoint

zeth.cli.utils.ClientConfig.prover_server_endpoint

Definition at line 70 of file utils.py.

◆ wallet_dir

zeth.cli.utils.ClientConfig.wallet_dir

Definition at line 74 of file utils.py.


The documentation for this class was generated from the following file: