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

Struct PrivateToAvmAccumulatedDataArrayLengths

pub struct PrivateToAvmAccumulatedDataArrayLengths {
    pub note_hashes: u32,
    pub nullifiers: u32,
    pub l2_to_l1_msgs: u32,
}

Fields

note_hashes: u32
nullifiers: u32
l2_to_l1_msgs: u32

Implementations

impl PrivateToAvmAccumulatedDataArrayLengths

pub fn new(data: PrivateToAvmAccumulatedData) -> Self

Trait implementations

impl Deserialize for PrivateToAvmAccumulatedDataArrayLengths

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

impl Empty for PrivateToAvmAccumulatedDataArrayLengths

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

impl Eq for PrivateToAvmAccumulatedDataArrayLengths

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

impl Serialize for PrivateToAvmAccumulatedDataArrayLengths

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