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

Public Member Functions

def __init__ (self, bytes commitment, bytes ciphertext)
 

Public Attributes

 commitment
 
 ciphertext
 

Detailed Description

Event data for a single joinsplit output.  Holds address (in merkle tree),
commitment and ciphertext.

Definition at line 193 of file mixer_client.py.

Constructor & Destructor Documentation

◆ __init__()

def zeth.core.mixer_client.MixOutputEvents.__init__ (   self,
bytes  commitment,
bytes  ciphertext 
)

Definition at line 198 of file mixer_client.py.

198  def __init__(
199  self, commitment: bytes, ciphertext: bytes):
200  self.commitment = commitment
201  self.ciphertext = ciphertext
202 
203 

Member Data Documentation

◆ ciphertext

zeth.core.mixer_client.MixOutputEvents.ciphertext

Definition at line 200 of file mixer_client.py.

◆ commitment

zeth.core.mixer_client.MixOutputEvents.commitment

Definition at line 199 of file mixer_client.py.


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