Skip to content

sgns::crypto::VRFVerifyOutput

More...

#include <sr25519_types.hpp>

Public Attributes

Name
bool is_valid
bool is_less

Friends

Name
std::ostream & operator<<(std::ostream & out, const VRFVerifyOutput & test_struct)

Detailed Description

struct sgns::crypto::VRFVerifyOutput;

Output of a verifiable random function verification.

Public Attributes Documentation

variable is_valid

bool is_valid;

variable is_less

bool is_less;

Friends

friend operator<<

friend std::ostream & operator<<(
    std::ostream & out,

    const VRFVerifyOutput & test_struct
);

Updated on 2026-03-04 at 13:10:43 -0800