Generates the 'signing message' form of a message to be signed.
This function combines a domain separator with the byte representation of the message to create a signing message.
Parameters
bytes: Uint8Array
The byte representation of the message to be signed and sent to the chain.
Generates the 'signing message' form of a message to be signed. This function combines a domain separator with the byte representation of the message to create a signing message.