Skip to main content

PersonalMessageInterface

interface PersonalMessageInterface

A personal message that wraps around a byte array.

Inheritors

PersonalMessage

Functions

NameSummary
messageBytesabstract fun messageBytes(): ByteArray
Get the message as bytes.
signingDigestabstract fun signingDigest(): ByteArray
Get the signing digest as bytes.
signingDigestHexabstract fun signingDigestHex(): String
Get the signing digest as hex string.