Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, str email, VerificationKey verification_key, Signature key_evidence) |
Public Attributes | |
verification_key | |
key_evidence | |
Details of a specific contributor
Definition at line 16 of file contributor_list.py.
def coordinator.contributor_list.Contributor.__init__ | ( | self, | |
str | email, | ||
VerificationKey | verification_key, | ||
Signature | key_evidence | ||
) |
Definition at line 20 of file contributor_list.py.
coordinator.contributor_list.Contributor.email |
Definition at line 21 of file contributor_list.py.
coordinator.contributor_list.Contributor.key_evidence |
Definition at line 23 of file contributor_list.py.
coordinator.contributor_list.Contributor.verification_key |
Definition at line 22 of file contributor_list.py.