For the complete documentation index, see llms.txt.
aztec-nr - noir_aztec::facts

Struct RetractableFactOrigin

pub struct RetractableFactOrigin {
    pub block_number: u32,
    pub block_hash: Field,
    pub block_state: OriginBlockState,
}

A retractable fact's origin block.

Fields

block_number: u32
block_hash: Field
block_state: OriginBlockState

Trait implementations

impl Deserialize for RetractableFactOrigin

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

impl Eq for RetractableFactOrigin

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

impl Serialize for RetractableFactOrigin

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