FormatSignParams

1type FormatSignParams<TAccount> = Omit<
2 WithoutChainId<RpcSchema["Request"]["params"][0]>,
3 "from"
4> &
5 IsUndefined<TAccount> extends true
6 ? object
7 : object;

Defined in: account-kit/wallet-client/src/client/actions/formatSign.ts:16

Type Parameters

Type ParameterDefault type

TAccount extends | Address | undefined

| Address | undefined