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