scale-it / algo-builder

Framework to automate development of Algorand Assets and Smart Contracts.
https://algobuilder.dev
Apache License 2.0
133 stars 42 forks source link

Update: Use enum instead of constant strings for transaction fields #840

Closed rmeena840 closed 1 year ago

rmeena840 commented 1 year ago

Use enum instead of constant strings for transaction fields

rmeena840 commented 1 year ago

@sczembor We still allow string in the constructor. It won't be a breaking change. I have moved the opcode fields to enum. Please check