Skip to content

Commit 33af71e

Browse files
committed
fix: export baremethod in internal namespace to fix not implemented error
1 parent 70f602a commit 33af71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export * from '@algorandfoundation/algorand-typescript'
22
export { BaseContract, contract } from '../impl/base-contract'
33
export { compileImpl as compile } from '../impl/compiled'
4-
export { abimethod, Contract } from '../impl/contract'
4+
export { abimethod, baremethod, Contract } from '../impl/contract'
55
export { ensureBudgetImpl as ensureBudget } from '../impl/ensure-budget'
66
export { Global } from '../impl/global'
77
export { log } from '../impl/log'

0 commit comments

Comments
 (0)