Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, str name, str endpoint, Optional[str] certificate=None, bool insecure=False) |
str | to_json (self) |
Static Public Member Functions | |
NetworkConfig | from_json (str network_config_json) |
Public Attributes | |
name | |
endpoint | |
certificate | |
insecure | |
Simple description of a network. Name (may be used in some cases to understand the type of network) and endpoint URL.
def zeth.cli.utils.NetworkConfig.__init__ | ( | self, | |
str | name, | ||
str | endpoint, | ||
Optional[str] | certificate = None , |
||
bool | insecure = False |
||
) |
|
static |
str zeth.cli.utils.NetworkConfig.to_json | ( | self | ) |