type MessageId* = string
type Content* = seq[byte]
type ErrorType* = string
type PublicKey* = array[32, byte]