Skip to content

Commit 70f602a

Browse files
authored
Merge pull request #59 from algorandfoundation/fix/baremethod
fix: export baremethod in internal/arc4 namespace to fix not implemented error
2 parents e61b371 + f98f740 commit 70f602a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/arc4.ts

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

0 commit comments

Comments
 (0)