| 
    Zeth - Zerocash on Ethereum
    0.8
    
   Reference implementation of the Zeth protocol by Clearmatics 
   | 
 
Public Member Functions | |
| def | __init__ (self, bytes new_merkle_root, List[bytes] nullifiers, List[MixOutputEvents] output_events) | 
Public Attributes | |
| new_merkle_root | |
| nullifiers | |
| output_events | |
Data structure representing the result of the mix call.
Definition at line 204 of file mixer_client.py.
| def zeth.core.mixer_client.MixResult.__init__ | ( | self, | |
| bytes | new_merkle_root, | ||
| List[bytes] | nullifiers, | ||
| List[MixOutputEvents] | output_events | ||
| ) | 
Definition at line 208 of file mixer_client.py.
| zeth.core.mixer_client.MixResult.new_merkle_root | 
Definition at line 209 of file mixer_client.py.
| zeth.core.mixer_client.MixResult.nullifiers | 
Definition at line 210 of file mixer_client.py.
| zeth.core.mixer_client.MixResult.output_events | 
Definition at line 211 of file mixer_client.py.
 1.8.17