![]() |
GNUnet
0.16.x
|
Lookup response. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/namecache/namecache.h>
Data Fields | |
struct GNUNET_NAMECACHE_Header | gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK_RESPONSE. More... | |
struct GNUNET_TIME_AbsoluteNBO | expire |
Expiration time. More... | |
struct GNUNET_CRYPTO_EcdsaSignature | signature |
Signature. More... | |
struct GNUNET_IDENTITY_PublicKey | derived_key |
Derived public key. More... | |
Lookup response.
Definition at line 75 of file namecache.h.
struct GNUNET_NAMECACHE_Header LookupBlockResponseMessage::gns_header |
Type will be GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK_RESPONSE.
Definition at line 51 of file namecache.h.
Referenced by handle_lookup_block(), and handle_lookup_block_it().
struct GNUNET_TIME_AbsoluteNBO LookupBlockResponseMessage::expire |
struct GNUNET_CRYPTO_EcdsaSignature LookupBlockResponseMessage::signature |
Signature.
Definition at line 51 of file namecache.h.
struct GNUNET_IDENTITY_PublicKey LookupBlockResponseMessage::derived_key |
Derived public key.
Definition at line 51 of file namecache.h.