Skip to content

Commit

Permalink
implement Scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Oct 1, 2024
1 parent 2688033 commit 109ba98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/algo-ts/src/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {
MulwType,
OpsNamespace,
ReplaceType,
ScratchType,
SelectType,
SetBitType,
SetByteType,
Expand Down Expand Up @@ -124,6 +125,7 @@ export const Txn: TxnType = createObjectProxy('Txn')
export const GITxn: GITxnType = createObjectProxy('GITxn')
export const ITxn: ITxnType = createObjectProxy('ITxn')
export const ITxnCreate: ITxnCreateType = createObjectProxy('ITxnCreate')
export const Scratch: ScratchType = createObjectProxy('Scratch')

export const AcctParams = createObjectProxy('AcctParams')
export const AppParams = createObjectProxy('AppParams')
Expand Down

0 comments on commit 109ba98

Please sign in to comment.