PersonalMessageInterface
type PersonalMessageInterface
A personal message that wraps around a byte array.
type PersonalMessageInterface interface {
// Get the message as bytes.
MessageBytes() []byte
// Get the signing digest as bytes.
SigningDigest() []byte
// Get the signing digest as hex string.
SigningDigestHex() string
}