Function: signMessage()
signMessage(
swo,typedData):Promise<SIGNATURE>
Defined in: src/wallet/connect.ts:126
Sign typed data using the wallet.
Parameters
swo
the starknet (wallet) window object to request the signature.
typedData
The typed data to sign.
Returns
Promise<SIGNATURE>
An array of signatures as strings.