algorand / generator

OpenAPI parser/generator.
9 stars 13 forks source link

Update model for TS #65

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

Updates TS model to remove Buffer usage and instead use custom utility to convert into Uint8Arrays. Also moved around some imports for organization.

Related: https://github.com/algorand/js-algorand-sdk/pull/801