Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Functions | |
Dict[str, str] | zeth_note_to_json_dict (ZethNote zeth_note_grpc_obj) |
ZethNote | zeth_note_from_json_dict (Dict[str, str] parsed_zeth_note) |
bytes | zeth_note_to_bytes (ZethNote zeth_note_grpc_obj) |
ZethNote | zeth_note_from_bytes (bytes note_bytes) |
ZethNote zeth.core.proto_utils.zeth_note_from_bytes | ( | bytes | note_bytes | ) |
Definition at line 57 of file proto_utils.py.
ZethNote zeth.core.proto_utils.zeth_note_from_json_dict | ( | Dict[str, str] | parsed_zeth_note | ) |
bytes zeth.core.proto_utils.zeth_note_to_bytes | ( | ZethNote | zeth_note_grpc_obj | ) |
Definition at line 47 of file proto_utils.py.
Dict[str, str] zeth.core.proto_utils.zeth_note_to_json_dict | ( | ZethNote | zeth_note_grpc_obj | ) |