Common type definitions for the identity service and API. More...
#include "gnunet_common.h"
Go to the source code of this file.
Data Structures | |
struct | GNUNET_IDENTITY_Ego |
Handle for an ego. More... | |
struct | ResultCodeMessage |
Answer from service to client about last operation; GET_DEFAULT maybe answered with this message on failure; CREATE and RENAME will always be answered with this message. More... | |
struct | LookupMessage |
Message from client to GNS service to lookup records. More... | |
struct | UpdateMessage |
Service informs client about status of a pseudonym. More... | |
struct | CreateRequestMessage |
Client requests creation of an identity. More... | |
struct | RenameMessage |
Client requests renaming of an identity. More... | |
struct | DeleteMessage |
Client requests deletion of an identity. More... | |
Common type definitions for the identity service and API.
Definition in file identity.h.