We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authenticate
1 parent 080cdca commit 0fc7379Copy full SHA for 0fc7379
src/authenticate.ts
@@ -5,14 +5,15 @@ import {
5
hashMessage,
6
recoverAddress,
7
formatUnits,
8
+ AbstractProvider,
9
} from 'ethers'
10
import { decode } from './decode'
11
12
export type ClubsFunctionAuthenticationAdminParams = {
13
readonly signature: string
14
readonly message: string
15
readonly previousConfiguration: string
- readonly provider: ContractRunner
16
+ readonly provider: AbstractProvider | ContractRunner
17
}
18
19
export const authenticate = async ({
0 commit comments