Record type used internally to keep track of reverse mappings into a namespace. More...
#include <gnunet_gnsrecord_lib.h>
Data Fields | |
struct GNUNET_CRYPTO_PublicKey | pkey |
The public key of the namespace the is delegating to our namespace. More... | |
struct GNUNET_TIME_Absolute | expiration |
The expiration time of the delegation. More... | |
Record type used internally to keep track of reverse mappings into a namespace.
The record contains data related to PKEY delegations from other namespaces to the namespace the record belongs to. It is exclusively found under the label `‘+’'.
Definition at line 366 of file gnunet_gnsrecord_lib.h.
struct GNUNET_CRYPTO_PublicKey GNUNET_GNSRECORD_ReverseRecord::pkey |
The public key of the namespace the is delegating to our namespace.
Definition at line 371 of file gnunet_gnsrecord_lib.h.
struct GNUNET_TIME_Absolute GNUNET_GNSRECORD_ReverseRecord::expiration |
The expiration time of the delegation.
Definition at line 376 of file gnunet_gnsrecord_lib.h.