fun signerOfMessage(: String, : String): String
Wrapper for Web3j Sign.signedPrefixedMessageToKey which accepts a hex string signature and returns a 0x-prefixed address.
message - the original message which was signed
signature - the signature from the original message signing as hex string
Return
the key which signed the message