FormatSignParams

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

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

Type Parameters

Type ParameterDefault type

TAccount extends | Address | undefined

| Address | undefined