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.
2 parents 70f602a + 33af71e commit cf53888Copy full SHA for cf53888
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