fun signStringMessage(message: String, ecKeyPair: ECKeyPair): String
Wrapper replacing Web3j Sign.signPrefixedMessage with String input and output
message - message to sign (i.e. hash of concatenated string values)
ecKeyPair - Web3j crypto key pair
Return
String - the signature as hex string containing concatenated r, s and v values