Closed Neal closed 1 year ago
Add message.Bytes() method as an alternative to message.String() to avoid the string conversion in case you need to use the raw bytes.
message.Bytes()
message.String()
Add
message.Bytes()
method as an alternative tomessage.String()
to avoid the string conversion in case you need to use the raw bytes.