zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 64 forks source link

added implementation for order deserialization from JSON #32

Closed vyastrebovvareger closed 2 years ago

vyastrebovvareger commented 2 years ago

Serialization to Json can be got by dict() method, test is provided

vyastrebovvareger commented 2 years ago

Could you please clarify the statement about Signed object is not needed for that? As far as I can see the ZkSinc singing process is going though this, so if we need to make possible that object could manipulate ZkLibrary by its own I should change an interface.

vyastrebovvareger commented 2 years ago

let me fix first

StanislavBreadless commented 2 years ago

@vyastrebovvareger

LGTM. Let's make the CI pass and then we can merge