SDK ReferenceWallet clientType AliasesPrepareSignParamsCopy page 1type PrepareSignParams<TAccount> = Omit<2 RpcSchema["Request"]["params"][0],3 "from" | "chainId"4> &5 IsUndefined<TAccount> extends true6 ? object7 : object; Defined in: account-kit/wallet-client/src/client/actions/prepareSign.ts:16 Type Parameters Type ParameterDefault typeTAccount extends | Address | undefined| Address | undefined