Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
avalanche::Hello Class Reference

#include <protocol.h>

Collaboration diagram for avalanche::Hello:
[legend]

Public Member Functions

 Hello (Delegation delegationIn, SchnorrSig sigIn)
 
SchnorrSig GetSig ()
 
 SERIALIZE_METHODS (Hello, obj)
 

Private Attributes

Delegation delegation
 
SchnorrSig sig
 

Detailed Description

Definition at line 68 of file protocol.h.

Constructor & Destructor Documentation

◆ Hello()

avalanche::Hello::Hello ( Delegation  delegationIn,
SchnorrSig  sigIn 
)
inline

Definition at line 73 of file protocol.h.

Member Function Documentation

◆ GetSig()

SchnorrSig avalanche::Hello::GetSig ( )
inline

Definition at line 76 of file protocol.h.

◆ SERIALIZE_METHODS()

avalanche::Hello::SERIALIZE_METHODS ( Hello  ,
obj   
)
inline

Definition at line 79 of file protocol.h.

Member Data Documentation

◆ delegation

Delegation avalanche::Hello::delegation
private

Definition at line 69 of file protocol.h.

◆ sig

SchnorrSig avalanche::Hello::sig
private

Definition at line 70 of file protocol.h.


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