signTypedData
Defined in: account-kit/wallet-client/src/client/actions/signTypedData.ts:46
Signs typed data (EIP-712) using the smart account. This method requests the account associated with the signer and uses it to sign the typed data.
Example
Parameters
Returns
Promise<`0x${string}`>
A Promise that resolves to the signature as a hex string