Trait disarray_ledger::blocks::Verifiable
source · pub trait Verifiable {
fn vrf_hash(&self) -> Vec<u8>ⓘ;
fn vrf_proof(&self) -> Vec<u8>ⓘ;
fn vrf_pub_key(&self) -> Vec<u8>ⓘ;
}pub trait Verifiable {
fn vrf_hash(&self) -> Vec<u8>ⓘ;
fn vrf_proof(&self) -> Vec<u8>ⓘ;
fn vrf_pub_key(&self) -> Vec<u8>ⓘ;
}