#include "platform.h"
#include "gnunet_util_lib.h"
#include "gnunet_json_lib.h"
#include "gnunet_reclaim_service.h"
#include "gnunet_reclaim_lib.h"
Go to the source code of this file.
Functions | |
struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_attribute (struct GNUNET_RECLAIM_Attribute **attr) |
JSON Specification for Reclaim claims. More... | |
struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_ticket (struct GNUNET_RECLAIM_Ticket **ticket) |
JSON Specification for Reclaim tickets. More... | |
struct GNUNET_JSON_Specification | GNUNET_RECLAIM_JSON_spec_credential (struct GNUNET_RECLAIM_Credential **cred) |
JSON Specification for credentials. More... | |
struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_attribute | ( | struct GNUNET_RECLAIM_Attribute ** | attr | ) |
JSON Specification for Reclaim claims.
attr | struct of GNUNET_RECLAIM_Attribute to fill |
ticket | struct of GNUNET_RECLAIM_Attribute to fill |
Definition at line 126 of file json_reclaim.c.
Referenced by add_attribute_cont().
struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_ticket | ( | struct GNUNET_RECLAIM_Ticket ** | ticket | ) |
JSON Specification for Reclaim tickets.
ticket | struct of GNUNET_RECLAIM_Ticket to fill |
Definition at line 245 of file json_reclaim.c.
Referenced by consume_ticket_cont(), and revoke_ticket_cont().
struct GNUNET_JSON_Specification GNUNET_RECLAIM_JSON_spec_credential | ( | struct GNUNET_RECLAIM_Credential ** | cred | ) |
JSON Specification for credentials.
cred | struct of GNUNET_RECLAIM_Credential to fill |
JSON Specification for credentials.
attr | struct of GNUNET_RECLAIM_Credential to fill |
Definition at line 365 of file json_reclaim.c.
Referenced by add_credential_cont().