aztec-nr - protocol_types::abis::epoch_constant_data

Struct EpochConstantData

pub struct EpochConstantData {
    pub vk_tree_root: Field,
    pub protocol_contract_tree_root: Field,
    pub prover_id: Field,
}

Fields

vk_tree_root: Field
protocol_contract_tree_root: Field
prover_id: Field

Trait implementations

impl Deserialize for EpochConstantData

pub fn deserialize(serialized: [Field; 3]) -> Self

impl Empty for EpochConstantData

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for EpochConstantData

pub fn eq(_self: Self, _other: Self) -> bool

impl Serialize for EpochConstantData

pub fn serialize(self) -> [Field; 3]