# Functions
ExtractAndVerify extracts the inner message from a signed message.
NewMessage constructs a new Message object.
NewPubMessage constructs/signs/encodes a new pub-message and inner message.
# Variables
ErrInvalidChannelID is returned for an invalid inner channel ID.
# Structs
Message fulfills the Message type with a PubMessageInner.
PubMessageInner is the signed inner portion of the message.