GNUnet debian-0.24.3-23-g589b01d60
GNUNET_MESSENGER_MessageAppeal Struct Reference

An appeal message body This allows appealing to receive an epoch key. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageAppeal:
[legend]

Data Fields

struct GNUNET_HashCode event
 The hash of the linked announcement message event. More...
 
struct GNUNET_CRYPTO_EcdhePublicKey key
 The public key to receive access. More...
 
struct GNUNET_TIME_RelativeNBO timeout
 The timeout of the appeal. More...
 

Detailed Description

An appeal message body This allows appealing to receive an epoch key.

Message-body-size: 104 bytes

Definition at line 898 of file gnunet_messenger_service.h.

Field Documentation

◆ event

◆ key

struct GNUNET_CRYPTO_EcdhePublicKey GNUNET_MESSENGER_MessageAppeal::key

◆ timeout

struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageAppeal::timeout

The timeout of the appeal.

Definition at line 913 of file gnunet_messenger_service.h.

Referenced by create_message_appeal(), decode_message_body(), encode_message_body(), and get_message_body_kind_size().


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