signTypedData
Signs the provided typed data using the inner signer.
Import
Usage
Parameters
params
TypedDataDefinition<TTypedData, TPrimaryType>
The parameters containing the typed data definition and primary type.
Returns
Promise<string>
A promise that resolves to the signed typed data as a string.