We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f602a commit 33af71eCopy full SHA for 33af71e
src/internal/index.ts
@@ -1,7 +1,7 @@
1
export * from '@algorandfoundation/algorand-typescript'
2
export { BaseContract, contract } from '../impl/base-contract'
3
export { compileImpl as compile } from '../impl/compiled'
4
-export { abimethod, Contract } from '../impl/contract'
+export { abimethod, baremethod, Contract } from '../impl/contract'
5
export { ensureBudgetImpl as ensureBudget } from '../impl/ensure-budget'
6
export { Global } from '../impl/global'
7
export { log } from '../impl/log'
0 commit comments