pub fn evaluate_vrf(
vrf_input: VrfEvaluationInput,
) -> Result<VrfEvaluationOutput, VrfError>
Expand description
Evaluate vrf with a specific input. Used by the block producer
pub fn evaluate_vrf(
vrf_input: VrfEvaluationInput,
) -> Result<VrfEvaluationOutput, VrfError>
Evaluate vrf with a specific input. Used by the block producer