We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e21d6 commit 9ac1a90Copy full SHA for 9ac1a90
src/index.ts
@@ -2,8 +2,8 @@ import { computeAddress } from '@ethersproject/transactions'
2
import { ec as EC } from 'elliptic'
3
import type { BytesLike } from 'ethers'
4
import { keccak256 } from 'js-sha3'
5
+import type { AnonAuthoriser } from './types/AnonAuthoriser'
6
import CONTRACT_ADDRESS_MAP from './contract-address-map.json'
-import type { AnonAuthoriser } from './types'
7
8
type MinAnonAuthoriser = Pick<AnonAuthoriser, 'anonAuthorise' | 'generateAnonAuthorisation' | 'signer'>
9
0 commit comments