GNUnet  0.20.0
GNUNET_RECLAIM_Credential Struct Reference

A credential. More...

#include <gnunet_reclaim_lib.h>

Collaboration diagram for GNUNET_RECLAIM_Credential:
[legend]

Data Fields

struct GNUNET_RECLAIM_Identifier id
 ID. More...
 
uint32_t type
 Type/Format of Claim. More...
 
uint32_t flag
 Flag. More...
 
const char * name
 The name of the credential. More...
 
size_t data_size
 Number of bytes in data. More...
 
const void * data
 Binary value stored as credential value. More...
 

Detailed Description

A credential.

Definition at line 159 of file gnunet_reclaim_lib.h.

Field Documentation

◆ id

◆ type

◆ flag

uint32_t GNUNET_RECLAIM_Credential::flag

Flag.

Definition at line 174 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_new().

◆ name

◆ data_size

◆ data

const void* GNUNET_RECLAIM_Credential::data

The documentation for this struct was generated from the following file: