Kagome
Polkadot Runtime Engine in C++17
|
#include <sr25519_types.hpp>
Public Member Functions | |
SCALE_TIE (2) | |
Public Attributes | |
VRFPreOutput | output {} |
VRFProof | proof {} |
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.
kagome::crypto::VRFOutput::SCALE_TIE | ( | 2 | ) |
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.