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