GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
struct GNUNET_CRYPTO_EcdhePublicKey key
 The public key to receive access.
 
struct GNUNET_TIME_RelativeNBO timeout
 The timeout of the appeal.
 

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: