GrantPermissionsParams

1type GrantPermissionsParams<TAccount> = Prettify<
2 Omit<
3 Static<
4 (typeof wallet_createSession)["properties"]["Request"]["properties"]["params"]
5 >[0],
6 "account" | "chainId"
7 > &
8 IsUndefined<TAccount> extends true
9 ? object
10 : object
11>;

Defined in: account-kit/wallet-client/src/client/actions/grantPermissions.ts:16

Type Parameters

Type ParameterDefault type

TAccount extends | Address | undefined

| Address | undefined