An appeal message body This allows appealing to receive an epoch key. More...
#include <gnunet_messenger_service.h>
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... | |
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.
struct GNUNET_HashCode GNUNET_MESSENGER_MessageAppeal::event |
The hash of the linked announcement message event.
Definition at line 903 of file gnunet_messenger_service.h.
Referenced by create_message_appeal(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_appeal_message(), handle_epoch_announcement_access(), handle_room_delayed_appeal(), on_message(), and send_epoch_announcement_access().
struct GNUNET_CRYPTO_EcdhePublicKey GNUNET_MESSENGER_MessageAppeal::key |
The public key to receive access.
Definition at line 908 of file gnunet_messenger_service.h.
Referenced by create_message_appeal(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), and send_epoch_announcement_access().
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().