Skip to content

Commit

Permalink
feat: export ptypeToArc4EncodedType function needed for stub implemen…
Browse files Browse the repository at this point in the history
…tation of encodeArc4, decodeArc4 functions
  • Loading branch information
boblat committed Jan 13, 2025
1 parent 65e865d commit 954d0f0
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 954d0f0

Please sign in to comment.