PrepareCallsParams

1type PrepareCallsParams<TAccount> = Omit<
2 Static<
3 (typeof wallet_prepareCalls)["properties"]["Request"]["properties"]["params"]
4 >[0],
5 "from" | "chainId"
6> &
7 IsUndefined<TAccount> extends true
8 ? object
9 : object;

Defined in: account-kit/wallet-client/src/client/actions/prepareCalls.ts:14

Type Parameters

Type ParameterDefault type

TAccount extends | Address | undefined

| Address | undefined