The new styling applies starting with version 5.2.0. For earlier versions, visit legacy-sdk.humanprotocol.org.

MessageDataType

type MessageDataType = string | Uint8Array;

Type representing the data type of a message. It can be either a string or a Uint8Array.