signMessage
Defined in: account-kit/wallet-client/src/client/actions/signMessage.ts:31
Signs a message using the smart account. This method requests the account associated with the signer and uses it to sign the message.
Example
Parameters
Returns
Promise<`0x${string}`>
A Promise that resolves to the signed message as a hex string