Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, ZethNote note, int address, bytes commitment) |
Tuple[int, ZethNote] | as_input (self) |
str | to_json (self) |
Static Public Member Functions | |
ZethNoteDescription | from_json (str json_str) |
Public Attributes | |
note | |
address | |
commitment | |
All secret data about a single ZethNote, including address in the merkle tree and the commit value.
def zeth.core.wallet.ZethNoteDescription.__init__ | ( | self, | |
ZethNote | note, | ||
int | address, | ||
bytes | commitment | ||
) |
Tuple[int, ZethNote] zeth.core.wallet.ZethNoteDescription.as_input | ( | self | ) |
|
static |
str zeth.core.wallet.ZethNoteDescription.to_json | ( | self | ) |