Skip to content

Commit

Permalink
impelment gloadBytes, gloadUint64 via context manager
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Oct 14, 2024
1 parent 3569bf4 commit f1ce226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/algo-ts/src/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import {
GetBitType,
GetByteType,
GITxnType,
GloadBytesType,
GloadUint64Type,
GlobalType,
GTxnType,
ItobType,
Expand Down Expand Up @@ -100,6 +102,8 @@ export const extractUint64: ExtractUint64Type = createFunctionProxy('extractUint
export const gaid: GaidType = createFunctionProxy('gaid')
export const getBit: GetBitType = createFunctionProxy('getBit')
export const getByte: GetByteType = createFunctionProxy('getByte')
export const gloadBytes: GloadBytesType = createFunctionProxy('gloadBytes')
export const gloadUint64: GloadUint64Type = createFunctionProxy('gloadUint64')
export const itob: ItobType = createFunctionProxy('itob')
export const keccak256: Keccak256Type = createFunctionProxy('keccak256')
export const minBalance: BalanceType = createFunctionProxy('minBalance')
Expand Down

0 comments on commit f1ce226

Please sign in to comment.