SDK ReferenceWallet clientType AliasesGrantPermissionsParamsCopy page 1type GrantPermissionsParams<TAccount> = Prettify<2 Omit<RpcSchema["Request"]["params"][0], "account" | "chainId"> &3 IsUndefined<TAccount> extends true4 ? object5 : object6>; Defined in: account-kit/wallet-client/src/client/actions/grantPermissions.ts:27 Type Parameters Type ParameterDefault typeTAccount extends | Address | undefined| Address | undefined