Struct RecursiveProof
pub struct RecursiveProof {
pub fields: [Field; 535],
}
Fields
fields: [Field; 535]Trait implementations
impl Deserialize for RecursiveProof
pub fn deserialize(serialized: [Field; 535 * 1]) -> Self
impl Empty for RecursiveProof
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for RecursiveProof
pub fn eq(_self: Self, _other: Self) -> bool
impl Serialize for RecursiveProof
pub fn serialize(self) -> [Field; 535 * 1]