vrf_impl¶
Warning
doxygenfile: Cannot find file “eos/vrf_impl.h
Type definitions in vrf_impl¶
-
namespace
eos -
class
vrf_impl_t¶ - #include <vrf_impl.h>
Public Functions
-
vrf_impl_t()¶
-
vrf_impl_t(std::string name, vrf_state_t state, uint64_t rd)¶
-
vrf_state_t
state() const¶ Getter for ‘state’: the state of this VRF.
-
uint64_t
rd() const¶ Getter for ‘rd’: the route distinguisher of the VRF.
-
bool
operator==(vrf_impl_t const &other) const¶
-
bool
operator!=(vrf_impl_t const &other) const¶
-
bool
operator<(vrf_impl_t const &other) const¶
-
-
class