Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, bytes commitment, bytes ciphertext) |
Public Attributes | |
commitment | |
ciphertext | |
Event data for a single joinsplit output. Holds address (in merkle tree), commitment and ciphertext.
Definition at line 193 of file mixer_client.py.
def zeth.core.mixer_client.MixOutputEvents.__init__ | ( | self, | |
bytes | commitment, | ||
bytes | ciphertext | ||
) |
Definition at line 198 of file mixer_client.py.
zeth.core.mixer_client.MixOutputEvents.ciphertext |
Definition at line 200 of file mixer_client.py.
zeth.core.mixer_client.MixOutputEvents.commitment |
Definition at line 199 of file mixer_client.py.