buidler-labs / hashgraph-venin-js

The, service over-arching, Hedera Stratospheric SDK for JS developers
https://venin.buidlerlabs.com
MIT License
19 stars 1 forks source link

Support deep-object encoding when calling contract methods (part 2) #103

Closed 3Nigma closed 2 years ago

3Nigma commented 2 years ago

... added deep-object support for constructor calls. Refactored contract function-call encoding code into its own class. Added test and tested everything (on node). ✔️

Don't merge before #100 !

Closes #73