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