signTypedData
Signs a typed message by first hashing it and then signing the hashed message using the signRawMessage
method.
Import
Usage
Parameters
params
TypedDataDefinition<TTypedData, TPrimaryType>
The parameters for the typed message to be hashed and signed
Returns
Promise<any>
A promise that resolves to the signed message