Skip to content

Commit

Permalink
Merge pull request #67 from algorandfoundation/feat-encode-decode-arc4
Browse files Browse the repository at this point in the history
feat: export ptypeToArc4EncodedType function needed for stub implementation
  • Loading branch information
boblat authored Dec 23, 2024
2 parents a8c08c7 + 056f7ef commit 519e437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/awst_build/ptypes/for-export.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This file aggregates all ptypes into a single export for external consumption of the compiler api */
export * from './index'
export { ptypeToArc4EncodedType } from '../arc4-util'
export * from './arc4-types'
export * from './index'

0 comments on commit 519e437

Please sign in to comment.