Skip to content

Commit 28485ad

Browse files
committed
fix: export baremethod in internal/arc4 namespace to fix not implemented error
1 parent e61b371 commit 28485ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/internal/arc4.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from '@algorandfoundation/algorand-typescript/arc4'
2-
export { abimethod, Contract, methodSelector } from '../impl/contract'
2+
export { abimethod, baremethod, Contract, methodSelector } from '../impl/contract'
3+

0 commit comments

Comments
 (0)