signStr
signStr(
message,signKeyPair):string
Signs a message. Returns signature string.
Parameters
Section titled “Parameters”• message: any
String or byte array to be signed.
• signKeyPair: KeyringPair
KeyringPair used for signing.
Returns
Section titled “Returns”string
Signature over message as hex string.