GNUnet 0.21.1
BlockHeader Struct Reference

Start of a 'block'. More...

Collaboration diagram for BlockHeader:
[legend]

Data Fields

struct GNUNET_PeerIdentity pid
 Public key of the peer. More...
 
struct GNUNET_CRYPTO_EddsaSignature sig
 Signature over the block, of purpose GNUNET_SIGNATURE_PURPOSE_HELLO. More...
 
struct GNUNET_TIME_AbsoluteNBO expiration_time
 When does the HELLO expire? More...
 

Detailed Description

Start of a 'block'.

Definition at line 116 of file hello-uri.c.

Field Documentation

◆ pid

struct GNUNET_PeerIdentity BlockHeader::pid

Public key of the peer.

Definition at line 121 of file hello-uri.c.

Referenced by GNUNET_HELLO_builder_from_block(), GNUNET_HELLO_builder_to_block(), and GNUNET_HELLO_dht_msg_to_block().

◆ sig

◆ expiration_time


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