Heya,
Trying to elaborate on the example. There is no function called "loads" on data.py or core.py. The ZKSignature class also does not have the load function, E.g: ZKData.load(iq.get()) so im wondering if you meant: ZKData.from_json(iq.get())? But this then also brings encoding issues.
Mel
Heya,
Trying to elaborate on the example. There is no function called "loads" on data.py or core.py. The ZKSignature class also does not have the load function, E.g:
ZKData.load(iq.get())so im wondering if you meant:ZKData.from_json(iq.get())? But this then also brings encoding issues.Mel