proto-kit / framework

Apache License 2.0
28 stars 10 forks source link

feat: changed tx args transport format to JSON + proof support #58

Closed maht0rz closed 10 months ago

maht0rz commented 1 year ago

This PR changes the args transport layer to JSON[] from Field[], fixing encoding/decoding of certain args types such as Struct or Signature.

Proof support will be also possible thanks to this PR - ~but we need to add proof argsHash support using public input/output in a separate PR~