aztec-nr - noir_aztec::protocol::abis::accumulated_data::private_to_rollup_accumulated_data

Struct PrivateToRollupAccumulatedData

pub struct PrivateToRollupAccumulatedData {
    pub note_hashes: [Field; 64],
    pub nullifiers: [Field; 64],
    pub l2_to_l1_msgs: [Scoped<L2ToL1Message>; 8],
    pub private_logs: [PrivateLog; 64],
    pub contract_class_logs_hashes: [Scoped<LogHash>; 1],
}

Fields

note_hashes: [Field; 64]
nullifiers: [Field; 64]
l2_to_l1_msgs: [Scoped<L2ToL1Message>; 8]
private_logs: [PrivateLog; 64]
contract_class_logs_hashes: [Scoped<LogHash>; 1]

Trait implementations

impl Deserialize for PrivateToRollupAccumulatedData

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

impl Empty for PrivateToRollupAccumulatedData

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

impl Eq for PrivateToRollupAccumulatedData

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

impl Serialize for PrivateToRollupAccumulatedData

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