GNUnet 0.21.1
GNUNET_MESSENGER_MessageTranscript Struct Reference

A transcript message body This allows reading the content of a sent private message. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageTranscript:
[legend]

Data Fields

struct GNUNET_HashCode hash
 The hash of the original message. More...
 
struct GNUNET_CRYPTO_PublicKey key
 The key from the recipient of the original message. More...
 
uint16_t length
 The length of the transcribed message. More...
 
char * data
 The data of the transcribed message. More...
 

Detailed Description

A transcript message body This allows reading the content of a sent private message.

Message-body-size: 68+

Definition at line 555 of file gnunet_messenger_service.h.

Field Documentation

◆ hash

struct GNUNET_HashCode GNUNET_MESSENGER_MessageTranscript::hash

◆ key

struct GNUNET_CRYPTO_PublicKey GNUNET_MESSENGER_MessageTranscript::key

◆ length

uint16_t GNUNET_MESSENGER_MessageTranscript::length

The length of the transcribed message.

Definition at line 570 of file gnunet_messenger_service.h.

Referenced by copy_message(), create_message(), decode_message_body(), get_message_body_size(), read_transcript_message(), and transcribe_message().

◆ data


The documentation for this struct was generated from the following file: