IPersonalMessage
Namespace: IotaSdk
A personal message that wraps around a byte array.
public interface IPersonalMessage : System.IEquatable`1[[IotaSdk.PersonalMessage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<PersonalMessage>
Attributes NullableContextAttribute
Methods
MessageBytes()
Get the message as bytes.
Byte[] MessageBytes()
Returns
SigningDigest()
Get the signing digest as bytes.
Byte[] SigningDigest()
Returns
SigningDigestHex()
Get the signing digest as hex string.
string SigningDigestHex()