Data stored in a PLACE record. More...
#include <gnunet_gnsrecord_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_EddsaPublicKey | place_pub_key |
Public key of the place. More... | |
struct GNUNET_PeerIdentity | origin |
Peer identity of the origin. More... | |
uint32_t | relay_count |
Number of relays that follow. More... | |
Data stored in a PLACE record.
Definition at line 214 of file gnunet_gnsrecord_lib.h.
struct GNUNET_CRYPTO_EddsaPublicKey GNUNET_GNSRECORD_PlaceData::place_pub_key |
Public key of the place.
Definition at line 219 of file gnunet_gnsrecord_lib.h.
struct GNUNET_PeerIdentity GNUNET_GNSRECORD_PlaceData::origin |
Peer identity of the origin.
Definition at line 224 of file gnunet_gnsrecord_lib.h.
uint32_t GNUNET_GNSRECORD_PlaceData::relay_count |
Number of relays that follow.
Definition at line 229 of file gnunet_gnsrecord_lib.h.