A generic type that extends the EIP712TypedData interface.
An instance of a LitTypeDataSigner, which is used for signing the typed data.
An EIP-712 typed data object that extends EIP712TypedData, or a JSON string representation of the typed data object.
Generated using TypeDoc
Signs an EIP-712 typed data object or a JSON string representation of the typed data object.
Returns
A promise that resolves to the signature of the typed data object.
Example