The attribute delegation record. More...
#include <gnunet_abd_service.h>
Data Fields | |
struct GNUNET_CRYPTO_PublicKey | subject_key |
Public key of the subject this attribute was delegated to. More... | |
uint32_t | subject_attribute_len |
Length of attribute, may be 0. More... | |
The attribute delegation record.
Definition at line 104 of file gnunet_abd_service.h.
struct GNUNET_CRYPTO_PublicKey GNUNET_ABD_DelegationRecordSet::subject_key |
Public key of the subject this attribute was delegated to.
Definition at line 110 of file gnunet_abd_service.h.
uint32_t GNUNET_ABD_DelegationRecordSet::subject_attribute_len |
Length of attribute, may be 0.
Definition at line 115 of file gnunet_abd_service.h.