Problem / Description
Right now, if we need to known hash of a message we need to import messageHash function and compute it.
Solution
More convenient way is to have it as part of data structure that circulates inside of library and applications.
This PR exposes hash as Uint8Array and hashStr properties from IDecodedMessage.