Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Classes | Variables
coordinator.server Namespace Reference

Classes

class  Server
 

Variables

string STATE_FILE = "server_state.json"
 
string UPLOAD_FILE = "upload.raw"
 
string LOG_FILE = "server.log"
 
int SEND_CHUNK_SIZE = 4096
 

Variable Documentation

◆ LOG_FILE

string coordinator.server.LOG_FILE = "server.log"

Definition at line 34 of file server.py.

◆ SEND_CHUNK_SIZE

int coordinator.server.SEND_CHUNK_SIZE = 4096

Definition at line 35 of file server.py.

◆ STATE_FILE

string coordinator.server.STATE_FILE = "server_state.json"

Definition at line 32 of file server.py.

◆ UPLOAD_FILE

string coordinator.server.UPLOAD_FILE = "upload.raw"

Definition at line 33 of file server.py.