aztec-nr - noir_aztec::protocol::abis::checkpoint_constant_data

Struct CheckpointConstantData

pub struct CheckpointConstantData {
    pub chain_id: Field,
    pub version: Field,
    pub vk_tree_root: Field,
    pub protocol_contracts_hash: Field,
    pub prover_id: Field,
    pub slot_number: Field,
    pub coinbase: EthAddress,
    pub fee_recipient: AztecAddress,
    pub gas_fees: GasFees,
}

Fields

chain_id: Field
version: Field
vk_tree_root: Field
protocol_contracts_hash: Field
prover_id: Field
slot_number: Field
coinbase: EthAddress
fee_recipient: AztecAddress
gas_fees: GasFees

Trait implementations

impl Deserialize for CheckpointConstantData

pub fn deserialize(fields: [Field; 10]) -> Self pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self

impl Empty for CheckpointConstantData

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

impl Eq for CheckpointConstantData

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

impl Serialize for CheckpointConstantData

pub fn serialize(self) -> [Field; 10] pub fn stream_serialize<let K: u32>(self, writer: &mut Writer<K>)