SDK ReferenceWallet clientType AliasesFormatSignParamsCopy page 1type FormatSignParams<TAccount> = Omit<2 WithoutChainId<3 Static<4 (typeof wallet_formatSign)["properties"]["Request"]["properties"]["params"]5 >[0]6 >,7 "from"8> &9 IsUndefined<TAccount> extends true10 ? object11 : object; Defined in: account-kit/wallet-client/src/client/actions/formatSign.ts:8 Type Parameters Type ParameterDefault typeTAccount extends | Address | undefined| Address | undefined