wharfkit / cli

Wharf command line tool to provide code generation and other utilities
1 stars 0 forks source link

Fix according to atomicassets usage #26

Closed apporc closed 11 months ago

apporc commented 11 months ago
  1. added declare keyword for variant type value field.
  2. Fixed variant interface, please note a variant is not a union type, it is a struct.
  3. Fixed losing array decorator while following type alias
  4. Added makefile command to update all mock contracts
  5. Updated all mock contracts