Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::VRFOutput Struct Reference

#include <sr25519_types.hpp>

Collaboration diagram for kagome::crypto::VRFOutput:

Public Member Functions

 SCALE_TIE (2)
 

Public Attributes

VRFPreOutput output {}
 
VRFProof proof {}
 

Detailed Description

Output of a verifiable random function. Consists of pre-output, which is an internal representation of the generated random value, and the proof to this value that servers as the verification of its randomness.

Definition at line 55 of file sr25519_types.hpp.

Member Function Documentation

kagome::crypto::VRFOutput::SCALE_TIE ( )

Member Data Documentation

VRFPreOutput kagome::crypto::VRFOutput::output {}

Definition at line 59 of file sr25519_types.hpp.

VRFProof kagome::crypto::VRFOutput::proof {}

Definition at line 61 of file sr25519_types.hpp.


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