signMessage
Signs a message using the account’s signing method.
Import
Usage
Parameters
message
string
the message string that needs to be signed
Returns
Promise<string>
a promise that resolves to the signed message
signMessage
Signs a message using the account’s signing method.
string
the message string that needs to be signed
Promise<string>
a promise that resolves to the signed message