aztec-nr - protocol_types::proof::rollup_recursive_proof

Struct NestedRecursiveProof

pub struct NestedRecursiveProof {
    pub fields: [Field; 535],
}

Fields

fields: [Field; 535]

Trait implementations

impl Deserialize for NestedRecursiveProof

pub fn deserialize(serialized: [Field; 535 * 1]) -> Self

impl Empty for NestedRecursiveProof

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

impl Eq for NestedRecursiveProof

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

impl Serialize for NestedRecursiveProof

pub fn serialize(self) -> [Field; 535 * 1]