pub type SsbMessageContent = TypedMessage;
Expand description

SsbMessageContent is a type alias for TypedMessage from the kuska_ssb library. It is aliased in golgi to fit the naming convention of the other message types: SsbMessageKVT and SsbMessageValue.

See the kuska source code for the type definition of TypedMessage.