SDK ReferenceWallet clientType AliasesGrantPermissionsParamsCopy page 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 true9 ? object10 : object11>; Defined in: account-kit/wallet-client/src/client/actions/grantPermissions.ts:16 Type Parameters Type ParameterDefault typeTAccount extends | Address | undefined| Address | undefined