Skip to content

Commit

Permalink
refactor: remove extra util functions
Browse files Browse the repository at this point in the history
  • Loading branch information
boblat committed Jan 3, 2025
1 parent 8832e7a commit bce5e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/arc4/address.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { TestExecutionContext } from '@algorandfoundation/algorand-typescript-te
import { Address, interpretAsArc4 } from '@algorandfoundation/algorand-typescript/arc4'
import { afterEach, describe, expect, test } from 'vitest'
import { ABI_RETURN_VALUE_LOG_PREFIX } from '../../src/constants'
import { asUint8Array, encodeAddress } from '../../src/util'
import { encodeAddress } from '../../src/impl/reference'
import { asUint8Array } from '../../src/util'

const abiTypeString = 'address'
const testData = [
Expand Down

0 comments on commit bce5e52

Please sign in to comment.