signMessage
Signs a message using the associated account.
Import
Usage
Parameters
message
string | Uint8Array
the message to be signed
Returns
Promise<string>
a promise that resolves to the signed message
signMessage
Signs a message using the associated account.
string | Uint8Array
the message to be signed
Promise<string>
a promise that resolves to the signed message