algorand / generator

OpenAPI parser/generator.
9 stars 13 forks source link

Add buffer import to TS template #55

Closed algochoi closed 1 year ago

algochoi commented 1 year ago

This PR adds a line to the TypeScript template to generate a Buffer import. The rationale for doing this is outlined in this JS SDK PR: https://github.com/algorand/js-algorand-sdk/pull/733.

PR here shows that the Buffer import is generated for algod and indexer: https://github.com/algorand/js-algorand-sdk/compare/simulate-endpoint-generate