Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
avalanche::PrefilledProof Struct Reference

#include <compactproofs.h>

Collaboration diagram for avalanche::PrefilledProof:
[legend]

Public Member Functions

template<typename Stream >
void SerData (Stream &s)
 
template<typename Stream >
void UnserData (Stream &s)
 

Public Attributes

uint32_t index
 
avalanche::ProofRef proof
 

Detailed Description

Definition at line 30 of file compactproofs.h.

Member Function Documentation

◆ SerData()

template<typename Stream >
void avalanche::PrefilledProof::SerData ( Stream &  s)
inline

Definition at line 35 of file compactproofs.h.

◆ UnserData()

template<typename Stream >
void avalanche::PrefilledProof::UnserData ( Stream &  s)
inline

Definition at line 36 of file compactproofs.h.

Member Data Documentation

◆ index

uint32_t avalanche::PrefilledProof::index

Definition at line 32 of file compactproofs.h.

◆ proof

avalanche::ProofRef avalanche::PrefilledProof::proof

Definition at line 33 of file compactproofs.h.


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