type FormatSignParams<TAccount> = Omit<
WithoutChainId<RpcSchema["Request"]["params"][0]>,
"from"
> &
IsUndefined<TAccount> extends true
? object
: object;Defined in: account-kit/wallet-client/src/client/actions/formatSign.ts:16
type FormatSignParams<TAccount> = Omit<
WithoutChainId<RpcSchema["Request"]["params"][0]>,
"from"
> &
IsUndefined<TAccount> extends true
? object
: object;Defined in: account-kit/wallet-client/src/client/actions/formatSign.ts:16