Skip to content

Commit

Permalink
implement Block via context manager
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Oct 14, 2024
1 parent f1ce226 commit a534c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/algo-ts/src/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ export const AcctParams = createObjectProxy('AcctParams')
export const AppParams = createObjectProxy('AppParams')
export const AssetHolding = createObjectProxy('AssetHolding')
export const AssetParams = createObjectProxy('AssetParams')
export const Block = createObjectProxy('Block')

export { VrfVerify } from './op-types'

0 comments on commit a534c33

Please sign in to comment.